Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: blimp/client/feature/compositor/blimp_context_provider.h

Issue 1880823004: Move skia related files from content/common/gpu/client to gpu/skia_bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | blimp/client/feature/compositor/blimp_context_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/feature/compositor/blimp_context_provider.h
diff --git a/blimp/client/feature/compositor/blimp_context_provider.h b/blimp/client/feature/compositor/blimp_context_provider.h
index ef486374eb17fa965fa956227033280363c6bd79..a1a01dcc1ca0b2bc22508091d324b9296b221db5 100644
--- a/blimp/client/feature/compositor/blimp_context_provider.h
+++ b/blimp/client/feature/compositor/blimp_context_provider.h
@@ -17,6 +17,10 @@
#include "skia/ext/refptr.h"
#include "ui/gl/gl_surface.h"
+namespace skia_bindings {
+class GrContextForGLES2Interface;
+} // namespace skia_bindings
+
namespace blimp {
namespace client {
@@ -55,7 +59,7 @@ class BlimpContextProvider : public cc::ContextProvider {
base::Lock context_lock_;
std::unique_ptr<gpu::GLInProcessContext> context_;
- skia::RefPtr<class GrContext> gr_context_;
+ std::unique_ptr<skia_bindings::GrContextForGLES2Interface> gr_context_;
cc::ContextProvider::Capabilities capabilities_;
« no previous file with comments | « no previous file | blimp/client/feature/compositor/blimp_context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698