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

Unified Diff: ui/views/view.h

Issue 2746813002: Hide AXPlatformNode on ChromeOS. (Closed)
Patch Set: fix stub 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
Index: ui/views/view.h
diff --git a/ui/views/view.h b/ui/views/view.h
index d719730b70f9792edd55686791daa2772292c031..db26cadbcdece9491f8df51c2fb86176ea3ef139 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -72,7 +72,7 @@ class DragController;
class FocusManager;
class FocusTraversable;
class LayoutManager;
-class NativeViewAccessibility;
+class NativeViewAccessibilityBase;
class ScrollView;
class ViewObserver;
class Widget;
@@ -1635,7 +1635,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
// Accessibility -------------------------------------------------------------
// The accessibility element used to represent this View.
- std::unique_ptr<NativeViewAccessibility> native_view_accessibility_;
+ std::unique_ptr<NativeViewAccessibilityBase> native_view_accessibility_;
// Observers -------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698