summaryrefslogtreecommitdiffstats
path: root/views/widget/native_widget_private.h
diff options
context:
space:
mode:
authoroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-20 05:39:26 +0000
committeroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-20 05:39:26 +0000
commit080f34ff022299737619be0a6877b7b9b7910c54 (patch)
tree783192857c1e37f673c4540fb13f5444b05c8155 /views/widget/native_widget_private.h
parent2f2ee5fb5fda64cce38f52adb139a6a499b58b29 (diff)
downloadchromium_src-080f34ff022299737619be0a6877b7b9b7910c54.zip
chromium_src-080f34ff022299737619be0a6877b7b9b7910c54.tar.gz
chromium_src-080f34ff022299737619be0a6877b7b9b7910c54.tar.bz2
Relanding 100792
Use TabContentsViewViews for RenderWidgetHostViweViews. * Removed TabContentsViewTouch. * Changed so that mouse and resize event goes through NativeWidgetViews so that NativeTabContentsViewViews can invoke NativeTabContentsViewDelegates. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=100792 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=100834 Review URL: http://codereview.chromium.org/7460001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101921 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/widget/native_widget_private.h')
-rw-r--r--views/widget/native_widget_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/widget/native_widget_private.h b/views/widget/native_widget_private.h
index 43f0935..63471d4 100644
--- a/views/widget/native_widget_private.h
+++ b/views/widget/native_widget_private.h
@@ -203,6 +203,7 @@ class VIEWS_EXPORT NativeWidgetPrivate : public NativeWidget,
virtual void FocusNativeView(gfx::NativeView native_view) = 0;
virtual bool ConvertPointFromAncestor(
const Widget* ancestor, gfx::Point* point) const = 0;
+ virtual gfx::Rect GetWorkAreaBoundsInScreen() const = 0;
// Overridden from NativeWidget:
virtual internal::NativeWidgetPrivate* AsNativeWidgetPrivate() OVERRIDE;