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

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 Windows lak 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..0314b363542dd422e6ca35449322405c412623d7 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 monitorColorProfile(
+ const WebKit::WebString& type,
+ WebKit::WebVector<char>*) OVERRIDE;
virtual WebKit::WebIDBFactory* idbFactory() OVERRIDE;
virtual void createIDBKeysFromSerializedValuesAndKeyPath(
const WebKit::WebVector<WebKit::WebSerializedScriptValue>& values,

Powered by Google App Engine
This is Rietveld 408576698