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

Unified Diff: ui/aura/client/aura_constants.h

Issue 2896943002: Add "stylus-tools" Wayland protocol. (Closed)
Patch Set: Addressed comments Created 3 years, 7 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: ui/aura/client/aura_constants.h
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
index 361186b933c792704790e4897fb03fdf8cd9a878..ea7b1fa1a6363b68a3c5a2abdfe74b14d0b59970 100644
--- a/ui/aura/client/aura_constants.h
+++ b/ui/aura/client/aura_constants.h
@@ -114,6 +114,10 @@ AURA_EXPORT extern const WindowProperty<int32_t>* const kResizeBehaviorKey;
// A property key to store the restore bounds for a window.
AURA_EXPORT extern const WindowProperty<gfx::Rect*>* const kRestoreBoundsKey;
+// A property key to store whether the window should only consume stylus
+// input events.
+AURA_EXPORT extern const WindowProperty<bool>* const kStylusOnlyKey;
sky 2017/05/24 21:36:38 AFAICT this is only used in chrome. If so, can it
Vladislav Kaznacheev 2017/05/24 22:19:45 Done.
+
// A property key to store ui::WindowShowState for a window.
// See ui/base/ui_base_types.h for its definition.
AURA_EXPORT extern const WindowProperty<ui::WindowShowState>* const
« no previous file with comments | « third_party/wayland-protocols/unstable/stylus-tools/stylus-tools-unstable-v1.xml ('k') | ui/aura/client/aura_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698