summaryrefslogtreecommitdiffstats
path: root/lib/web_contents_view_qt.h
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.h
parent534c1b9e6c4204cd4fbccb77d1f26db124410ca4 (diff)
make the backingstore use a QPixmap instead of QBackingStore
Diffstat (limited to 'lib/web_contents_view_qt.h')
-rw-r--r--lib/web_contents_view_qt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/web_contents_view_qt.h b/lib/web_contents_view_qt.h
index de243d9bc..70ab1c45a 100644
--- a/lib/web_contents_view_qt.h
+++ b/lib/web_contents_view_qt.h
@@ -19,6 +19,7 @@
#include "ui/base/gtk/owned_widget_gtk.h"
class RasterWindowContainer;
+class RasterWindow;
namespace content {
@@ -50,7 +51,7 @@ class CONTENT_EXPORT WebContentsViewGtk
// WebContentsView implementation --------------------------------------------
virtual gfx::NativeView GetNativeView() const OVERRIDE;
- virtual QWindow* GetNativeViewQt() const OVERRIDE;
+ virtual RasterWindow* GetNativeViewQt() const OVERRIDE;
virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
virtual void GetContainerBounds(gfx::Rect* out) const OVERRIDE;