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

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: Fix reading length from small string 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..52b71794312ec851036d9fe65514f073018897d0 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>* to_profile) OVERRIDE;
virtual WebKit::WebIDBFactory* idbFactory() OVERRIDE;
virtual void createIDBKeysFromSerializedValuesAndKeyPath(
const WebKit::WebVector<WebKit::WebSerializedScriptValue>& values,

Powered by Google App Engine
This is Rietveld 408576698