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

Unified Diff: Source/web/WebViewImpl.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
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 621e6ca343a26f1fa883cd1b9d912698a1ffcde1..58496467210ede08a6535818a99fa770df12d058 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -197,6 +197,7 @@ public:
virtual float deviceScaleFactor() const OVERRIDE;
virtual void setDeviceScaleFactor(float) OVERRIDE;
+ virtual void deviceColorProfileChanged(const char* profile, size_t) OVERRIDE;
virtual void setFixedLayoutSize(const WebSize&) OVERRIDE;
« no previous file with comments | « Source/core/page/Page.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | public/web/WebView.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698