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

Unified Diff: third_party/WebKit/Source/core/html/forms/ColorInputType.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/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 @@ class ColorInputType final : public InputType,
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();

Powered by Google App Engine
This is Rietveld 408576698