summaryrefslogtreecommitdiffstats
path: root/shared/shared_globals.cpp
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-06-19 13:47:04 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-06-19 13:47:04 +0200
commit90022906e060ae0dc8ad60b5770b3b23ffd6cde1 (patch)
tree48544460bc71732cf2e30bc190125b5a1a531f0a /shared/shared_globals.cpp
parenteb530b3752e1af68956feaa833e5b86b1e49e2e1 (diff)
Move API layer-only classes back from the shared static lib.
Since ContentBrowserClientQt::OverrideCreateWebContentsView now takes care of using our Qt layer at runtime without relying on the static RenderWidgetHostView::CreateViewForWidget, we can now avoid linking this layer into the render process.
Diffstat (limited to 'shared/shared_globals.cpp')
-rw-r--r--shared/shared_globals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/shared_globals.cpp b/shared/shared_globals.cpp
index 9a23c8db1..eab332869 100644
--- a/shared/shared_globals.cpp
+++ b/shared/shared_globals.cpp
@@ -44,7 +44,7 @@
#include "content/browser/renderer_host/render_widget_host_view_base.h"
#include <QScreen>
-#include <QQuickWindow>
+#include <QWindow>
namespace content {