diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 01:20:28 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 01:20:28 +0000 |
commit | 7785b17f588fb9d8b583f3a38db0bc40f414cc3d (patch) | |
tree | 1fdfc15f13785caccd4f539a12166837f4a419a4 /views/widget/root_view.h | |
parent | 7f61719b8bd09b51204d63da92ebbec1d22b3e12 (diff) | |
download | chromium_src-7785b17f588fb9d8b583f3a38db0bc40f414cc3d.zip chromium_src-7785b17f588fb9d8b583f3a38db0bc40f414cc3d.tar.gz chromium_src-7785b17f588fb9d8b583f3a38db0bc40f414cc3d.tar.bz2 |
Fix for issue =76919 and added --keep-mouse-cursor (76976)
(note this is a resubmit of Issue 6718004)
BUG=76919, 76976
TEST=none
Review URL: http://codereview.chromium.org/6716024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79086 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/widget/root_view.h')
-rw-r--r-- | views/widget/root_view.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/widget/root_view.h b/views/widget/root_view.h index b6f7662..68433b0 100644 --- a/views/widget/root_view.h +++ b/views/widget/root_view.h @@ -116,6 +116,11 @@ class RootView : public View, virtual void SetMouseHandler(View* new_mouse_handler) OVERRIDE; virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE; +#if defined(TOUCH_UI) + static void SetKeepMouseCursor(bool keep); + static bool GetKeepMouseCursor(); +#endif + protected: // Overridden from View: virtual void ViewHierarchyChanged(bool is_add, View* parent, |