summaryrefslogtreecommitdiffstats
path: root/lib/web_contents_view_qt.cpp
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-05-23 20:04:39 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-31 10:55:53 +0200
commit2b8371ef007cfa2c580921ccfb896cb1e594814e (patch)
tree5d6cbfbb7c33d291ece1afc8e03e8549c92c01f8 /lib/web_contents_view_qt.cpp
parent534c1b9e6c4204cd4fbccb77d1f26db124410ca4 (diff)
make the backingstore use a QPixmap instead of QBackingStore
Diffstat (limited to 'lib/web_contents_view_qt.cpp')
-rw-r--r--lib/web_contents_view_qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/web_contents_view_qt.cpp b/lib/web_contents_view_qt.cpp
index 559bf80bd..d406b5d14 100644
--- a/lib/web_contents_view_qt.cpp
+++ b/lib/web_contents_view_qt.cpp
@@ -117,7 +117,7 @@ gfx::NativeView WebContentsViewGtk::GetNativeView() const {
return expanded_.get();
}
-QWindow* WebContentsViewGtk::GetNativeViewQt() const {
+RasterWindow* WebContentsViewGtk::GetNativeViewQt() const {
RenderWidgetHostView* rwhv = web_contents_->GetRenderWidgetHostView();
if (!rwhv)
return NULL;