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

Unified Diff: Source/web/WebViewImpl.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/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 66ec1029bba981baf92ced263105eaa17f6f26db..75577ef6b2aa13ca3a27b3bafd619d78ef19ecf0 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -191,6 +191,7 @@ public:
virtual float deviceScaleFactor() const OVERRIDE;
virtual void setDeviceScaleFactor(float) OVERRIDE;
+ void deviceColorProfileChanged(const char* profile, size_t) OVERRIDE;
virtual void setFixedLayoutSize(const WebSize&) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698