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

Unified Diff: content/components/web_contents_delegate_android/web_contents_delegate_android.h

Issue 11316153: implement input type=color for android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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: content/components/web_contents_delegate_android/web_contents_delegate_android.h
diff --git a/content/components/web_contents_delegate_android/web_contents_delegate_android.h b/content/components/web_contents_delegate_android/web_contents_delegate_android.h
index 967177cc94e71db1d8fecbac6c79810753d2a9fc..2cc126377a36a4ac0a274b1aa1742648c7fa6403 100644
--- a/content/components/web_contents_delegate_android/web_contents_delegate_android.h
+++ b/content/components/web_contents_delegate_android/web_contents_delegate_android.h
@@ -55,6 +55,9 @@ class WebContentsDelegateAndroid : public WebContentsDelegate {
WebContents* source,
const OpenURLParams& params) OVERRIDE;
+ virtual content::ColorChooser* OpenColorChooser(
+ content::WebContents* web_contents, int color_chooser_id,
+ SkColor color) OVERRIDE;
virtual void NavigationStateChanged(const WebContents* source,
unsigned changed_flags) OVERRIDE;
virtual void AddNewContents(WebContents* source,

Powered by Google App Engine
This is Rietveld 408576698