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

Unified Diff: Source/core/html/forms/ColorInputType.cpp

Issue 1149093010: Cleanup: Rename ChromeClient function names. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
« no previous file with comments | « Source/core/frame/LocalDOMWindow.cpp ('k') | Source/core/html/forms/FileInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/ColorInputType.cpp
diff --git a/Source/core/html/forms/ColorInputType.cpp b/Source/core/html/forms/ColorInputType.cpp
index 83bea0d15a7b4965ceb464d9658d9bc1efd15ca0..eb6276d7c7df16e039d32b8aa9cd7135fd46f843 100644
--- a/Source/core/html/forms/ColorInputType.cpp
+++ b/Source/core/html/forms/ColorInputType.cpp
@@ -166,7 +166,7 @@ void ColorInputType::handleDOMActivateEvent(Event* event)
ChromeClient* chromeClient = this->chromeClient();
if (chromeClient && !m_chooser)
- m_chooser = chromeClient->createColorChooser(element().document().frame(), this, valueAsColor());
+ m_chooser = chromeClient->openColorChooser(element().document().frame(), this, valueAsColor());
event->setDefaultHandled();
}
« no previous file with comments | « Source/core/frame/LocalDOMWindow.cpp ('k') | Source/core/html/forms/FileInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698