summaryrefslogtreecommitdiffstats
path: root/shared/shared_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/shared_globals.h')
-rw-r--r--shared/shared_globals.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/shared/shared_globals.h b/shared/shared_globals.h
index 0972c3a9e..1e4b9183a 100644
--- a/shared/shared_globals.h
+++ b/shared/shared_globals.h
@@ -44,6 +44,13 @@
#include "third_party/WebKit/public/platform/WebScreenInfo.h"
+namespace content {
+class WebContentsImpl;
+class WebContentsViewPort;
+class WebContentsViewDelegate;
+class RenderViewHostDelegateView;
+} // namespace content
+
class QWindow;
void GetScreenInfoFromNativeWindow(QWindow* window, WebKit::WebScreenInfo* results);