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

Unified Diff: public/web/WebView.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: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index 098baacc4a548db3256e29a91914fe5c78cecd74..a0a28e7be459847a470b56fa5c94284c81364616 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -286,6 +286,8 @@ public:
// Sets the ratio as computed by computePageScaleConstraints.
virtual void setDeviceScaleFactor(float) = 0;
+ // Color profile of the display has changed.
+ virtual void deviceColorProfileChanged(const char* profile, size_t) = 0;
// Fixed Layout --------------------------------------------------------
« Source/platform/graphics/skia/NativeImageSkia.cpp ('K') | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698