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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.cpp

Issue 2609093002: Revert of Use consistent types for ICC profiles (Closed)
Patch Set: Created 3 years, 12 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 | « third_party/WebKit/Source/web/WebViewImpl.h ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebViewImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
index 9a0beb32e306b1f4cf825cd561af59fd85cf68af..97b239bca9e784930ef1cdd502f10efc62b75382 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
@@ -3032,8 +3032,8 @@
setZoomLevel(m_zoomLevel);
}
-void WebViewImpl::setDeviceColorSpace(const gfx::ColorSpace& colorSpace) {
- ColorBehavior::setGlobalTargetColorSpace(colorSpace.ToSkColorSpace());
+void WebViewImpl::setDeviceColorProfile(const WebVector<char>& colorProfile) {
+ ColorBehavior::setGlobalTargetColorProfile(colorProfile);
}
void WebViewImpl::enableAutoResizeMode(const WebSize& minSize,
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.h ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698