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

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

Issue 2641973002: Use gfx::ICCProfile type consistently (Closed)
Patch Set: Created 3 years, 11 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: 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 e4ad02f13c9a334256467a701729dd0e3f2e2123..a8bb92cd0ee34944f1dc9899519149b2bfbe1287 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -224,7 +224,7 @@ class WEB_EXPORT WebViewImpl final
void setDeviceScaleFactor(float) override;
void setZoomFactorForDeviceScaleFactor(float) override;
- void setDeviceColorProfile(const WebVector<char>&) override;
+ void setDeviceColorProfile(const gfx::ICCProfile&) override;
void enableAutoResizeMode(const WebSize& minSize,
const WebSize& maxSize) override;
« no previous file with comments | « third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698