Index: content/browser/web_contents/web_contents_view_guest.h |
diff --git a/content/browser/web_contents/web_contents_view_guest.h b/content/browser/web_contents/web_contents_view_guest.h |
index 39f6a0a2b16d2d68ee6bc3c0cec146d183f49074..9a54375de4326f44aff5c946e0a0fc17538372e6 100644 |
--- a/content/browser/web_contents/web_contents_view_guest.h |
+++ b/content/browser/web_contents/web_contents_view_guest.h |
@@ -65,8 +65,6 @@ class WebContentsViewGuest : public WebContentsView, |
virtual void RenderViewSwappedIn(RenderViewHost* host) OVERRIDE; |
virtual void SetOverscrollControllerEnabled(bool enabled) OVERRIDE; |
#if defined(OS_MACOSX) |
- virtual void SetAllowOverlappingViews(bool overlapping) OVERRIDE; |
- virtual bool GetAllowOverlappingViews() const OVERRIDE; |
virtual void SetAllowOtherViews(bool allow) OVERRIDE; |
virtual bool GetAllowOtherViews() const OVERRIDE; |
virtual bool IsEventTracking() const OVERRIDE; |