| Index: content/browser/renderer_host/render_widget_host_view_android.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
|
| index b1750fdc21c3c5e64be76f35384f0f8b64520559..554f8f2daad001dbcd182f38ddc1bdfb98046507 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -34,9 +34,6 @@
|
|
|
| struct ViewHostMsg_TextInputState_Params;
|
|
|
| -struct GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params;
|
| -struct GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params;
|
| -
|
| namespace cc {
|
| class CopyOutputResult;
|
| class DelegatedFrameProvider;
|
| @@ -141,16 +138,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
|
| const gfx::Range& range) OVERRIDE;
|
| virtual void SelectionBoundsChanged(
|
| const ViewHostMsg_SelectionBounds_Params& params) OVERRIDE;
|
| - virtual void AcceleratedSurfaceInitialized(int host_id,
|
| - int route_id) OVERRIDE;
|
| - virtual void AcceleratedSurfaceBuffersSwapped(
|
| - const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params,
|
| - int gpu_host_id) OVERRIDE;
|
| - virtual void AcceleratedSurfacePostSubBuffer(
|
| - const GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params& params,
|
| - int gpu_host_id) OVERRIDE;
|
| - virtual void AcceleratedSurfaceSuspend() OVERRIDE;
|
| - virtual void AcceleratedSurfaceRelease() OVERRIDE;
|
| + virtual void AcceleratedSurfaceInitialized(int route_id) OVERRIDE;
|
| virtual bool HasAcceleratedSurface(const gfx::Size& desired_size) OVERRIDE;
|
| virtual void SetBackgroundOpaque(bool transparent) OVERRIDE;
|
| virtual void CopyFromCompositingSurface(
|
|
|