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

Unified Diff: content/renderer/renderer_webkitplatformsupport_impl.h

Issue 10448110: Adds monitor ICC profile support for win and mac (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added comment Created 8 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
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,

Powered by Google App Engine
This is Rietveld 408576698