blob: 6adf7007a311f2069cf83283b741f385f22b4fd4 [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 "GrImageContext.h"
GrImageContext::GrImageContext(GrBackendApi backend,
const GrContextOptions& options,
uint32_t uniqueID)
: INHERITED(backend, options, uniqueID) {
}
GrImageContext::~GrImageContext() {}