summaryrefslogtreecommitdiffstats
path: root/lib/web_contents_view_qt.h
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2013-07-02 17:38:21 +0200
committerAndras Becsi <andras.becsi@digia.com>2013-07-03 11:34:17 +0200
commit312a133bc8874cfcf68a04c00c76a2f792d42cf3 (patch)
tree08d8e7120bf109c681a4d2b3afc8b0fd2046ffed /lib/web_contents_view_qt.h
parent5f70d82ba035f4acd8cc38e57de429171694019d (diff)
Get rid of some more QT_NOT_YET_IMPLEMENTED
Change-Id: I4fb120592eccfd1e75db32c76ddcbdad77762106 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'lib/web_contents_view_qt.h')
-rw-r--r--lib/web_contents_view_qt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/web_contents_view_qt.h b/lib/web_contents_view_qt.h
index d12b9df75..456329201 100644
--- a/lib/web_contents_view_qt.h
+++ b/lib/web_contents_view_qt.h
@@ -87,11 +87,11 @@ public:
virtual void SetOverscrollControllerEnabled(bool enabled) { QT_NOT_YET_IMPLEMENTED }
- virtual gfx::NativeView GetNativeView() const { QT_NOT_YET_IMPLEMENTED return 0; }
+ virtual gfx::NativeView GetNativeView() const { QT_NOT_USED return 0; }
- virtual gfx::NativeView GetContentNativeView() const { QT_NOT_YET_IMPLEMENTED return 0; }
+ virtual gfx::NativeView GetContentNativeView() const { QT_NOT_USED return 0; }
- virtual gfx::NativeWindow GetTopLevelNativeWindow() const { QT_NOT_YET_IMPLEMENTED return 0; }
+ virtual gfx::NativeWindow GetTopLevelNativeWindow() const { QT_NOT_USED return 0; }
virtual void GetContainerBounds(gfx::Rect* out) const;