Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / renderer / android / synchronous_compositor_factory.h
index e5d9aa0..9653bc2 100644 (file)
@@ -21,7 +21,7 @@ class OutputSurface;
 namespace webkit {
 namespace gpu {
 class ContextProviderWebContext;
-class WebGraphicsContext3DImpl;
+class WebGraphicsContext3DInProcessCommandBufferImpl;
 }
 }
 
@@ -58,7 +58,7 @@ class SynchronousCompositorFactory {
           const std::string& debug_name) = 0;
   virtual scoped_refptr<StreamTextureFactory> CreateStreamTextureFactory(
       int frame_id) = 0;
-  virtual webkit::gpu::WebGraphicsContext3DImpl*
+  virtual webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl*
       CreateOffscreenGraphicsContext3D(
           const blink::WebGraphicsContext3D::Attributes& attributes) = 0;