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

Unified Diff: third_party/WebKit/Source/web/ColorChooserUIController.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/web/ColorChooserUIController.h
diff --git a/third_party/WebKit/Source/web/ColorChooserUIController.h b/third_party/WebKit/Source/web/ColorChooserUIController.h
index 6247a149ddf2a3c6ab8273f3b090608decd357d8..fbf94b08970b239f1cf8e2bd49215168e8fcf85e 100644
--- a/third_party/WebKit/Source/web/ColorChooserUIController.h
+++ b/third_party/WebKit/Source/web/ColorChooserUIController.h
@@ -58,7 +58,7 @@ class ColorChooserUIController
// ColorChooser functions:
void SetSelectedColor(const Color&) final;
void EndChooser() override;
- AXObject* RootAXObject() override;
+ AXObjectImpl* RootAXObject() override;
// WebColorChooserClient functions:
void DidChooseColor(const WebColor&) final;

Powered by Google App Engine
This is Rietveld 408576698