| Index: content/browser/renderer_host/render_widget_host_view_mac.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h
|
| index 48a2a43d4fd6abebcd9fd8d109f69e3fafa2335a..823726da5e0133f7145f4980f343ba12d0b973a2 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_mac.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_mac.h
|
| @@ -328,8 +328,6 @@ class CONTENT_EXPORT RenderWidgetHostViewMac
|
| virtual gfx::Rect GetBoundsInRootWindow() OVERRIDE;
|
| virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE;
|
|
|
| - virtual void SetScrollOffsetPinning(
|
| - bool is_pinned_to_left, bool is_pinned_to_right) OVERRIDE;
|
| virtual bool LockMouse() OVERRIDE;
|
| virtual void UnlockMouse() OVERRIDE;
|
| virtual void WheelEventAck(const blink::WebMouseWheelEvent& event,
|
| @@ -565,8 +563,6 @@ class CONTENT_EXPORT RenderWidgetHostViewMac
|
| // IPC message handlers.
|
| void OnPluginFocusChanged(bool focused, int plugin_id);
|
| void OnStartPluginIme();
|
| - void OnDidChangeScrollbarsForMainFrame(bool has_horizontal_scrollbar,
|
| - bool has_vertical_scrollbar);
|
|
|
| // Convert |rect| from the views coordinate (upper-left origin) into
|
| // the OpenGL coordinate (lower-left origin) and scale for HiDPI displays.
|
|
|