Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4992)

Unified Diff: ash/shell.h

Issue 902123002: Fix initial hiding and centering cursor on Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 155d33947de370ec3634c10be1bb426357eb02b6..f65e6da28c8ff4e772bf05eb482365bc5038aab5 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -493,6 +493,8 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
initially_hide_cursor_ = hide;
}
+ static bool initially_hide_cursor() { return initially_hide_cursor_; }
+
ResizeShadowController* resize_shadow_controller() {
return resize_shadow_controller_.get();
}

Powered by Google App Engine
This is Rietveld 408576698