blob: ca19782af61199edc4ad51e6df769007c0db1c69 [file] [log] [blame]
/*
* Copyright 2019 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "GrRecordingContext.h"
GrRecordingContext::GrRecordingContext(GrBackendApi backend,
const GrContextOptions& options,
uint32_t uniqueID)
: INHERITED(backend, options, uniqueID) {
}
GrRecordingContext::~GrRecordingContext() { }