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

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

Issue 2883203002: Revert of Rename AXObject to AXObjectImpl in modules/ and web/ (Closed)
Patch Set: 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 eca1174829a683916281e841fba877c5134d018f..6911fe640cf35dd7d3583a9972602e0600e249b2 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -51,7 +51,7 @@
namespace blink {
-class AXObjectImpl;
+class AXObject;
class ColorChooser;
class ColorChooserClient;
class CompositorWorkerProxyClient;
@@ -283,7 +283,7 @@
virtual PopupMenu* OpenPopupMenu(LocalFrame&, HTMLSelectElement&) = 0;
virtual DOMWindow* PagePopupWindowForTesting() const = 0;
- virtual void PostAccessibilityNotification(AXObjectImpl*,
+ virtual void PostAccessibilityNotification(AXObject*,
AXObjectCache::AXNotification) {}
virtual String AcceptLanguages() = 0;
« no previous file with comments | « third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.cpp ('k') | third_party/WebKit/Source/core/page/PagePopup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698