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

Unified Diff: third_party/WebKit/Source/core/html/forms/ColorInputType.h

Issue 2883813005: Reland of name 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/html/forms/ColorInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/ColorInputType.h b/third_party/WebKit/Source/core/html/forms/ColorInputType.h
index 50ce410307deed12ffb0cfc7acf7d7fc23f01126..a1633558608717986b5a964c9479066a569068a6 100644
--- a/third_party/WebKit/Source/core/html/forms/ColorInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/ColorInputType.h
@@ -77,7 +77,7 @@
bool TypeMismatchFor(const String&) const override;
void WarnIfValueIsInvalid(const String&) const override;
void UpdateView() override;
- AXObject* PopupRootAXObject() override;
+ AXObjectImpl* PopupRootAXObject() override;
Color ValueAsColor() const;
void EndColorChooser();
« no previous file with comments | « third_party/WebKit/Source/core/html/forms/ColorChooser.h ('k') | third_party/WebKit/Source/core/html/forms/ColorInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698