Chromium Code Reviews| Index: content/renderer/renderer_webkitplatformsupport_impl.h |
| diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h |
| index 413290928f5cb8f6ca7ed8446adfb51a0bb7d973..17124198410798bfb140acac53a1ec0e36170d30 100644 |
| --- a/content/renderer/renderer_webkitplatformsupport_impl.h |
| +++ b/content/renderer/renderer_webkitplatformsupport_impl.h |
| @@ -63,6 +63,9 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl |
| unsigned key_size_index, |
| const WebKit::WebString& challenge, |
| const WebKit::WebURL& url) OVERRIDE; |
| + virtual void screenColorProfile( |
| + const WebKit::WebString& type, |
| + WebKit::WebVector<char>*) OVERRIDE; |
|
jam
2012/06/20 16:21:21
nit: chrome style is to name parameters in the .h
tpayne
2012/06/20 16:39:03
Done.
|
| virtual WebKit::WebIDBFactory* idbFactory() OVERRIDE; |
| virtual void createIDBKeysFromSerializedValuesAndKeyPath( |
| const WebKit::WebVector<WebKit::WebSerializedScriptValue>& values, |