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

Unified Diff: Source/core/page/Page.h

Issue 261633002: Add RenderView / Widget setDeviceColorProfile interface to Page (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merge to tip. Created 6 years, 7 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
« no previous file with comments | « no previous file | Source/core/page/Page.cpp » ('j') | public/web/WebView.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index bb7c72b8eae5df5b3341ead8295783fdbb136252..6566c02e774a678c0c2a1ec3a1d00505b6eb5c4e 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -178,6 +178,8 @@ public:
float deviceScaleFactor() const { return m_deviceScaleFactor; }
void setDeviceScaleFactor(float);
+ void deviceColorProfileChanged(const char* profile, size_t);
+
static void allVisitedStateChanged();
static void visitedStateChanged(LinkHash visitedHash);
« no previous file with comments | « no previous file | Source/core/page/Page.cpp » ('j') | public/web/WebView.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698