Index: content/browser/renderer_host/test_render_view_host.h |
=================================================================== |
--- content/browser/renderer_host/test_render_view_host.h (revision 108480) |
+++ content/browser/renderer_host/test_render_view_host.h (working copy) |
@@ -88,6 +88,9 @@ |
virtual void Destroy() OVERRIDE {} |
virtual void SetTooltipText(const string16& tooltip_text) OVERRIDE {} |
virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE; |
+ virtual void AcceleratedSurfaceBuffersSwapped( |
+ const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params, |
+ int gpu_host_id) OVERRIDE; |
#if defined(OS_MACOSX) |
virtual void SetTakesFocusOnlyOnMouseDown(bool flag) OVERRIDE {} |
virtual gfx::Rect GetViewCocoaBounds() const OVERRIDE; |
@@ -112,12 +115,6 @@ |
int32 width, |
int32 height, |
TransportDIB::Handle transport_dib) OVERRIDE; |
- virtual void AcceleratedSurfaceBuffersSwapped( |
- gfx::PluginWindowHandle window, |
- uint64 surface_id, |
- int renderer_id, |
- int32 route_id, |
- int gpu_host_id) OVERRIDE; |
virtual void GpuRenderingStateDidChange() OVERRIDE; |
#elif defined(OS_WIN) |
virtual void WillWmDestroy() OVERRIDE; |