Index: trunk/src/content/renderer/android/synchronous_compositor_factory.h |
=================================================================== |
--- trunk/src/content/renderer/android/synchronous_compositor_factory.h (revision 244469) |
+++ trunk/src/content/renderer/android/synchronous_compositor_factory.h (working copy) |
@@ -17,12 +17,6 @@ |
class OutputSurface; |
} |
-namespace webkit { |
-namespace gpu { |
-class ContextProviderWebContext; |
-} |
-} |
- |
namespace content { |
class InputHandlerManagerClient; |
@@ -47,7 +41,7 @@ |
// The factory maintains ownership of the returned interface. |
virtual InputHandlerManagerClient* GetInputHandlerManagerClient() = 0; |
- virtual scoped_refptr<webkit::gpu::ContextProviderWebContext> |
+ virtual scoped_refptr<cc::ContextProvider> |
GetOffscreenContextProviderForMainThread() = 0; |
virtual scoped_refptr<cc::ContextProvider> |
GetOffscreenContextProviderForCompositorThread() = 0; |