Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Unified Diff: webkit/plugins/ppapi/fullscreen_container.h

Issue 11232014: Move a bunch of code in content\renderer to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/webrtc_audio_device_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/fullscreen_container.h
===================================================================
--- webkit/plugins/ppapi/fullscreen_container.h (revision 163045)
+++ webkit/plugins/ppapi/fullscreen_container.h (working copy)
@@ -7,7 +7,10 @@
#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;
@@ -42,7 +45,7 @@
virtual void ReparentContext(PluginDelegate::PlatformContext3D*) = 0;
// The returned object is owned by FullscreenContainer.
- virtual MouseLockDispatcher* GetMouseLockDispatcher() = 0;
+ virtual content::MouseLockDispatcher* GetMouseLockDispatcher() = 0;
protected:
virtual ~FullscreenContainer() {}
« no previous file with comments | « content/test/webrtc_audio_device_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698