| Index: content/browser/renderer_host/test_render_view_host.h
|
| diff --git a/content/browser/renderer_host/test_render_view_host.h b/content/browser/renderer_host/test_render_view_host.h
|
| index 798aeb52ffeded07b10e8c85a082833cd03d21d0..698004f1928ee7691f6477c0882a80b5fd202393 100644
|
| --- a/content/browser/renderer_host/test_render_view_host.h
|
| +++ b/content/browser/renderer_host/test_render_view_host.h
|
| @@ -161,12 +161,6 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
|
| virtual void SetScrollOffsetPinning(
|
| bool is_pinned_to_left, bool is_pinned_to_right) OVERRIDE { }
|
|
|
| -#if defined(USE_AURA)
|
| - virtual void AcceleratedSurfaceNew(
|
| - int32 width, int32 height, uint64 surface_id) OVERRIDE { }
|
| - virtual void AcceleratedSurfaceRelease(uint64 surface_id) OVERRIDE { }
|
| -#endif
|
| -
|
| #if defined(TOOLKIT_GTK)
|
| virtual void CreatePluginContainer(gfx::PluginWindowHandle id) OVERRIDE { }
|
| virtual void DestroyPluginContainer(gfx::PluginWindowHandle id) OVERRIDE { }
|
|
|