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

Unified Diff: content/browser/android/in_process/context_provider_in_process.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
Index: content/browser/android/in_process/context_provider_in_process.h
diff --git a/content/browser/android/in_process/context_provider_in_process.h b/content/browser/android/in_process/context_provider_in_process.h
index beeaf72789dae1888236e6311081b8718e0b8eec..8baf1c4d868e4b23b2a4174661f03f7c4b879f11 100644
--- a/content/browser/android/in_process/context_provider_in_process.h
+++ b/content/browser/android/in_process/context_provider_in_process.h
@@ -21,9 +21,11 @@ namespace gpu_blink {
class WebGraphicsContext3DInProcessCommandBufferImpl;
}
-namespace content {
-
+namespace skia_bindings {
class GrContextForGLES2Interface;
+}
+
+namespace content {
class ContextProviderInProcess
: NON_EXPORTED_BASE(public cc_blink::ContextProviderWebContext) {
@@ -65,7 +67,7 @@ class ContextProviderInProcess
std::unique_ptr<gpu_blink::WebGraphicsContext3DInProcessCommandBufferImpl>
context3d_;
- std::unique_ptr<GrContextForGLES2Interface> gr_context_;
+ std::unique_ptr<skia_bindings::GrContextForGLES2Interface> gr_context_;
LostContextCallback lost_context_callback_;
« no previous file with comments | « cc/test/test_in_process_context_provider.cc ('k') | content/browser/android/in_process/context_provider_in_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698