2021-09-29 18:29:32 +00:00
|
|
|
/*
|
|
|
|
* 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"
|
|
|
|
|
2021-10-11 15:28:21 +00:00
|
|
|
namespace skiatest::graphite {
|
2021-09-29 18:29:32 +00:00
|
|
|
|
|
|
|
GraphiteTestContext::GraphiteTestContext() {}
|
|
|
|
|
|
|
|
GraphiteTestContext::~GraphiteTestContext() {}
|
|
|
|
|
2021-10-11 15:28:21 +00:00
|
|
|
} // namespace skiatest::graphite
|