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

Unified Diff: third_party/WebKit/Source/core/page/ChromeClient.h

Issue 2858493002: Rename AXObject to AXObjectImpl in modules/ and web/ (Closed)
Patch Set: Reverted unexpected change to blink rename merge helper 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: third_party/WebKit/Source/core/page/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index 343eb977009896920ed82ef037545a246ac5c432..60350cc01f91ba41580112bec0ef2d6fb27c5ff2 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -50,7 +50,7 @@
namespace blink {
-class AXObject;
+class AXObjectImpl;
class ColorChooser;
class ColorChooserClient;
class CompositorWorkerProxyClient;
@@ -279,7 +279,7 @@ class CORE_EXPORT ChromeClient : public PlatformChromeClient {
virtual PopupMenu* OpenPopupMenu(LocalFrame&, HTMLSelectElement&) = 0;
virtual DOMWindow* PagePopupWindowForTesting() const = 0;
- virtual void PostAccessibilityNotification(AXObject*,
+ virtual void PostAccessibilityNotification(AXObjectImpl*,
AXObjectCache::AXNotification) {}
virtual String AcceptLanguages() = 0;

Powered by Google App Engine
This is Rietveld 408576698