blob: ca19782af61199edc4ad51e6df769007c0db1c69 [file] [log] [blame]
Robert Phillips4217ea72019-01-30 13:08:28 -05001/*
2 * Copyright 2019 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#include "GrRecordingContext.h"
9
Robert Phillipsc1541ae2019-02-04 12:05:37 -050010GrRecordingContext::GrRecordingContext(GrBackendApi backend,
11 const GrContextOptions& options,
12 uint32_t uniqueID)
13 : INHERITED(backend, options, uniqueID) {
Robert Phillips4217ea72019-01-30 13:08:28 -050014}
15
16GrRecordingContext::~GrRecordingContext() { }
17