| Index: content/test/test_render_view_host.h
|
| diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
|
| index 91ab49b9bb981e3cd1052edbb1e6cafc642210a3..01594802f9b5782d41373b230b624aef76eb6a3e 100644
|
| --- a/content/test/test_render_view_host.h
|
| +++ b/content/test/test_render_view_host.h
|
| @@ -148,8 +148,6 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
|
| #endif
|
| virtual void GetScreenInfo(blink::WebScreenInfo* results) OVERRIDE {}
|
| virtual gfx::Rect GetBoundsInRootWindow() OVERRIDE;
|
| - virtual void SetScrollOffsetPinning(
|
| - bool is_pinned_to_left, bool is_pinned_to_right) OVERRIDE { }
|
| virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE;
|
| virtual bool LockMouse() OVERRIDE;
|
| virtual void UnlockMouse() OVERRIDE;
|
|
|