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

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

Issue 352873002: [wip] image color correction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/core/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index 07206484f9020bd8f182b763439958b2181bd63b..098cca8011e83cacd91d5da9cd440df9d8678b7d 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -185,6 +185,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);

Powered by Google App Engine
This is Rietveld 408576698