d034db791d
Bug: skia:12466 Change-Id: I90ebec9ee744de3822bd82d474858015d2490d72 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/453636 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Jim Van Verth <jvanverth@google.com>
17 lines
351 B
C++
17 lines
351 B
C++
/*
|
|
* Copyright 2021 Google LLC
|
|
*
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
* found in the LICENSE file.
|
|
*/
|
|
|
|
#include "tools/graphite/GraphiteTestContext.h"
|
|
|
|
namespace sk_graphite_test {
|
|
|
|
GraphiteTestContext::GraphiteTestContext() {}
|
|
|
|
GraphiteTestContext::~GraphiteTestContext() {}
|
|
|
|
} // namespace sk_graphite_test
|