blob: 0d800f4e371a9ac0590eaf836874ff5b780ce19b [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_LIB_UI_PAINTING_RESOURCE_CONTEXT_H_
#define FLUTTER_LIB_UI_PAINTING_RESOURCE_CONTEXT_H_
#include "third_party/skia/include/gpu/GrContext.h"
namespace blink {
class ResourceContext {
public:
static void Set(GrContext* context);
static GrContext* Get();
};
} // namespace blink
#endif // FLUTTER_LIB_UI_PAINTING_RESOURCE_CONTEXT_H_