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/web/ColorChooserPopupUIController.cpp

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/ColorChooserPopupUIController.cpp
diff --git a/third_party/WebKit/Source/web/ColorChooserPopupUIController.cpp b/third_party/WebKit/Source/web/ColorChooserPopupUIController.cpp
index 529db70b7934a29bcc114572b62a5864492cdc35..3d0858369464222dd4aafa69855acf6d67251156 100644
--- a/third_party/WebKit/Source/web/ColorChooserPopupUIController.cpp
+++ b/third_party/WebKit/Source/web/ColorChooserPopupUIController.cpp
@@ -79,7 +79,7 @@ void ColorChooserPopupUIController::EndChooser() {
ClosePopup();
}
-AXObject* ColorChooserPopupUIController::RootAXObject() {
+AXObjectImpl* ColorChooserPopupUIController::RootAXObject() {
return popup_ ? popup_->RootAXObject() : nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698