| Index: content/browser/web_contents/web_contents_view.h
|
| diff --git a/content/browser/web_contents/web_contents_view.h b/content/browser/web_contents/web_contents_view.h
|
| index f4a6814cd389351f04945eb6e3c660f2fa85d878..700194b5f1990e6ac00d2b39a10f074066eec8fa 100644
|
| --- a/content/browser/web_contents/web_contents_view.h
|
| +++ b/content/browser/web_contents/web_contents_view.h
|
| @@ -104,15 +104,6 @@ class WebContentsView {
|
| virtual void SetOverscrollControllerEnabled(bool enabled) = 0;
|
|
|
| #if defined(OS_MACOSX)
|
| - // The web contents view assumes that its view will never be overlapped by
|
| - // another view (either partially or fully). This allows it to perform
|
| - // optimizations. If the view is in a view hierarchy where it might be
|
| - // overlapped by another view, notify the view by calling this with |true|.
|
| - virtual void SetAllowOverlappingViews(bool overlapping) = 0;
|
| -
|
| - // Returns true if overlapping views are allowed, false otherwise.
|
| - virtual bool GetAllowOverlappingViews() const = 0;
|
| -
|
| // Allowing other views disables optimizations which assume that only a single
|
| // WebContents is present.
|
| virtual void SetAllowOtherViews(bool allow) = 0;
|
|
|