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

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

Issue 2605743002: Use consistent types for ICC profiles (Closed)
Patch Set: No export for static lib Created 4 years 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: third_party/WebKit/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index 0df53ca898e7dba9636f5ff20929863921d80750..e3b55948b0f171282be3f66f36c6668ceb3c1e89 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -226,7 +226,7 @@ class WEB_EXPORT WebViewImpl final
void setDeviceScaleFactor(float) override;
void setZoomFactorForDeviceScaleFactor(float) override;
- void setDeviceColorProfile(const WebVector<char>&) override;
+ void setDeviceColorSpace(const gfx::ColorSpace&) override;
void enableAutoResizeMode(const WebSize& minSize,
const WebSize& maxSize) override;

Powered by Google App Engine
This is Rietveld 408576698