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

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

Issue 2809073002: cros: allow aura window not considered activatable for pointer event (Closed)
Patch Set: Created 3 years, 8 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 bcfab7f07854d67c7c44d4517d03e44d6747643a..7470954b0fb854a9a5b6eb530dd0811ce168e79d 100644
--- a/ui/aura/client/aura_constants.h
+++ b/ui/aura/client/aura_constants.h
@@ -36,6 +36,9 @@ enum class WindowEmbedType {
AURA_EXPORT extern const WindowProperty<bool>* const
kAccessibilityFocusFallsbackToWidgetKey;
+// A property key to store whether activation on mouse click is enabled or not.
+AURA_EXPORT extern const WindowProperty<bool>* const kActivateOnClickKey;
sky 2017/04/12 19:49:16 I prefer the property here. That way clients don't
Qiang(Joe) Xu 2017/04/12 23:00:41 Done.
+
// A property key to store always-on-top flag.
AURA_EXPORT extern const WindowProperty<bool>* const kAlwaysOnTopKey;

Powered by Google App Engine
This is Rietveld 408576698