| 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 6f0a347e4632ef6b034907dd1a5a98380abb9891..9a5b750e56962d8a0179425329d627f23c540828 100644
|
| --- a/content/browser/renderer_host/test_render_view_host.h
|
| +++ b/content/browser/renderer_host/test_render_view_host.h
|
| @@ -165,12 +165,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 { }
|
|
|