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

Unified Diff: content/renderer/android/synchronous_compositor_factory.h

Issue 890873007: Cleanup: Move ContextProviderWebContext into cc/blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/renderer/android/synchronous_compositor_factory.h
diff --git a/content/renderer/android/synchronous_compositor_factory.h b/content/renderer/android/synchronous_compositor_factory.h
index 3ee74a095944c965de54236e7c4d281be8b1aa62..7906f5f3ec8aaf1e17884429a37713c5a662d795 100644
--- a/content/renderer/android/synchronous_compositor_factory.h
+++ b/content/renderer/android/synchronous_compositor_factory.h
@@ -19,14 +19,12 @@ class ContextProvider;
class OutputSurface;
}
-namespace gpu_blink {
-class WebGraphicsContext3DInProcessCommandBufferImpl;
-}
-
-namespace webkit {
-namespace gpu {
+namespace cc_blink {
class ContextProviderWebContext;
}
+
+namespace gpu_blink {
+class WebGraphicsContext3DInProcessCommandBufferImpl;
}
namespace content {
@@ -59,10 +57,10 @@ class SynchronousCompositorFactory {
virtual scoped_ptr<cc::BeginFrameSource> CreateExternalBeginFrameSource(
int routing_id) = 0;
- virtual scoped_refptr<webkit::gpu::ContextProviderWebContext>
- CreateOffscreenContextProvider(
- const blink::WebGraphicsContext3D::Attributes& attributes,
- const std::string& debug_name) = 0;
+ virtual scoped_refptr<cc_blink::ContextProviderWebContext>
+ CreateOffscreenContextProvider(
+ const blink::WebGraphicsContext3D::Attributes& attributes,
+ const std::string& debug_name) = 0;
virtual scoped_refptr<StreamTextureFactory> CreateStreamTextureFactory(
int frame_id) = 0;
virtual gpu_blink::WebGraphicsContext3DInProcessCommandBufferImpl*
« no previous file with comments | « content/common/gpu/client/context_provider_command_buffer.h ('k') | content/renderer/media/webmediaplayer_ms.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698