Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 7b1dcaa5a44b92f43a29e81c250c8d17cb3467d3..a0ccca4b107a2629a44705a545c1bf35511fd682 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -462,7 +462,9 @@ class CONTENT_EXPORT RenderViewImpl |
virtual void didExecuteCommand(const blink::WebString& command_name); |
virtual bool handleCurrentKeyboardEvent(); |
virtual blink::WebColorChooser* createColorChooser( |
- blink::WebColorChooserClient*, const blink::WebColor& initial_color); |
+ blink::WebColorChooserClient*, |
+ const blink::WebColor& initial_color, |
+ const blink::WebVector<blink::WebColorSuggestion>& suggestions); |
virtual bool runFileChooser( |
const blink::WebFileChooserParams& params, |
blink::WebFileChooserCompletion* chooser_completion); |