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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 23236002: Prepare for color input datalist support on Android (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed, added color suggestion struct Created 7 years, 4 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: Source/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 71c4ace37ea4a143f27397e373e3cff838feb1d2..aa8575e4441320d56d4c18f4e42300779a041c8d 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -43,6 +43,7 @@ namespace WebCore {
class AccessibilityObject;
class ColorChooser;
class ColorChooserClient;
+class ColorSuggestion;
tkent 2013/08/25 22:26:01 Is it necessary?
keishi 2013/08/26 05:29:15 Removed.
class Element;
class FileChooser;
class GraphicsLayerFactory;
@@ -131,7 +132,6 @@ public:
virtual void annotatedRegionsChanged();
virtual bool paintCustomOverhangArea(WebCore::GraphicsContext*, const WebCore::IntRect&, const WebCore::IntRect&, const WebCore::IntRect&);
virtual PassOwnPtr<WebCore::ColorChooser> createColorChooser(WebCore::ColorChooserClient*, const WebCore::Color&) OVERRIDE;
- PassOwnPtr<WebColorChooser> createWebColorChooser(WebColorChooserClient*, const WebColor&);
virtual PassRefPtr<WebCore::DateTimeChooser> openDateTimeChooser(WebCore::DateTimeChooserClient*, const WebCore::DateTimeChooserParameters&) OVERRIDE;
virtual void runOpenPanel(WebCore::Frame*, PassRefPtr<WebCore::FileChooser>);
virtual void enumerateChosenDirectory(WebCore::FileChooser*);

Powered by Google App Engine
This is Rietveld 408576698