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

Unified Diff: ui/accessibility/platform/aura_window_properties.h

Issue 2774683002: Re-land: Add a window property to associate RWHVA with its child AX tree ID (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « ui/accessibility/ax_tree_id_registry.cc ('k') | ui/accessibility/platform/aura_window_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/platform/aura_window_properties.h
diff --git a/ui/accessibility/platform/aura_window_properties.h b/ui/accessibility/platform/aura_window_properties.h
new file mode 100644
index 0000000000000000000000000000000000000000..8c8ea138c3da9c486cee51a83a7ce19d6146108e
--- /dev/null
+++ b/ui/accessibility/platform/aura_window_properties.h
@@ -0,0 +1,19 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef UI_ACCESSIBILITY_PLATFORM_AURA_WINDOW_PROPERTIES_H_
+#define UI_ACCESSIBILITY_PLATFORM_AURA_WINDOW_PROPERTIES_H_
+
+#include "ui/accessibility/ax_export.h"
+#include "ui/accessibility/ax_tree_id_registry.h"
+#include "ui/aura/window.h"
+
+namespace ui {
+
+AX_EXPORT extern const aura::WindowProperty<AXTreeIDRegistry::AXTreeID>* const
+ kChildAXTreeID;
+
+} // namespace ui
+
+#endif // UI_ACCESSIBILITY_PLATFORM_AURA_WINDOW_PROPERTIES_H_
« no previous file with comments | « ui/accessibility/ax_tree_id_registry.cc ('k') | ui/accessibility/platform/aura_window_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698