summaryrefslogtreecommitdiffstats
path: root/src/core/web_contents_view_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/web_contents_view_qt.h')
-rw-r--r--src/core/web_contents_view_qt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/web_contents_view_qt.h b/src/core/web_contents_view_qt.h
index 48532c0c5..8d7d7a032 100644
--- a/src/core/web_contents_view_qt.h
+++ b/src/core/web_contents_view_qt.h
@@ -117,6 +117,8 @@ public:
virtual void TakeFocus(bool reverse) Q_DECL_OVERRIDE;
+ virtual void GetScreenInfo(content::ScreenInfo* results) const Q_DECL_OVERRIDE;
+
#if defined(OS_MACOSX)
virtual void SetAllowOtherViews(bool allow) Q_DECL_OVERRIDE { m_allowOtherViews = allow; }
virtual bool GetAllowOtherViews() const Q_DECL_OVERRIDE { return m_allowOtherViews; }