summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
diff options
context:
space:
mode:
authoryzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-22 20:24:01 +0000
committeryzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-22 20:24:01 +0000
commitf032afe5fbddba20e88b1be758176c6a5dcfe1c6 (patch)
tree262e583a0fae120f0b8ba2540bd07822043a8b26 /webkit/plugins
parentccc7947f238e7a7fa9e0484f4e3778a611f9c160 (diff)
downloadchromium_src-f032afe5fbddba20e88b1be758176c6a5dcfe1c6.zip
chromium_src-f032afe5fbddba20e88b1be758176c6a5dcfe1c6.tar.gz
chromium_src-f032afe5fbddba20e88b1be758176c6a5dcfe1c6.tar.bz2
Fix layering violation in FullscreenContainer.
BUG=156865 TEST=None Review URL: https://chromiumcodereview.appspot.com/11238020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163363 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins')
-rw-r--r--webkit/plugins/ppapi/fullscreen_container.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/webkit/plugins/ppapi/fullscreen_container.h b/webkit/plugins/ppapi/fullscreen_container.h
index 04d7ea2..acfe375 100644
--- a/webkit/plugins/ppapi/fullscreen_container.h
+++ b/webkit/plugins/ppapi/fullscreen_container.h
@@ -7,11 +7,6 @@
#include "webkit/plugins/ppapi/plugin_delegate.h"
-// TODO(yzshen): this is a layering violation. http://crbug.com/156865
-namespace content {
-class MouseLockDispatcher;
-}
-
namespace WebKit {
struct WebCursorInfo;
struct WebRect;
@@ -44,9 +39,6 @@ class FullscreenContainer {
virtual void ReparentContext(PluginDelegate::PlatformContext3D*) = 0;
- // The returned object is owned by FullscreenContainer.
- virtual content::MouseLockDispatcher* GetMouseLockDispatcher() = 0;
-
protected:
virtual ~FullscreenContainer() {}
};