summaryrefslogtreecommitdiffstats
path: root/content/browser/web_contents/web_contents_impl.h
diff options
context:
space:
mode:
authorccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-17 01:34:30 +0000
committerccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-17 01:35:41 +0000
commit1b12ffe6b9bd3841c777d88180fa06c4eb2d7d09 (patch)
tree2cfe12724b6e11570c0ff2a7bda6c63afa0ac583 /content/browser/web_contents/web_contents_impl.h
parent5f48660c8e790da6ca5bb956e07b8f55d2d4e3e3 (diff)
downloadchromium_src-1b12ffe6b9bd3841c777d88180fa06c4eb2d7d09.zip
chromium_src-1b12ffe6b9bd3841c777d88180fa06c4eb2d7d09.tar.gz
chromium_src-1b12ffe6b9bd3841c777d88180fa06c4eb2d7d09.tar.bz2
Remove SetAllowOverlappingView from RWHVMac
Then pull on the thread until everything that called it goes away. This is not needed now that CoreAnimation is the only way to draw content on Mac. BUG=245900 Review URL: https://codereview.chromium.org/468193005 Cr-Commit-Position: refs/heads/master@{#290166} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290166 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/web_contents/web_contents_impl.h')
-rw-r--r--content/browser/web_contents/web_contents_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index b5fe67e..1452632 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -334,8 +334,6 @@ class CONTENT_EXPORT WebContentsImpl
OVERRIDE;
virtual WebContentsAndroid* GetWebContentsAndroid();
#elif defined(OS_MACOSX)
- virtual void SetAllowOverlappingViews(bool overlapping) OVERRIDE;
- virtual bool GetAllowOverlappingViews() OVERRIDE;
virtual void SetAllowOtherViews(bool allow) OVERRIDE;
virtual bool GetAllowOtherViews() OVERRIDE;
#endif