| 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 6911fe640cf35dd7d3583a9972602e0600e249b2..eca1174829a683916281e841fba877c5134d018f 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 AXObject;
|
| +class AXObjectImpl;
|
| class ColorChooser;
|
| class ColorChooserClient;
|
| class CompositorWorkerProxyClient;
|
| @@ -283,7 +283,7 @@
|
| 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;
|
|
|
|
|