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

Unified Diff: third_party/WebKit/public/web/WebView.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
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | ui/gfx/icc_profile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebView.h
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
index 061f017782ad347aaed291263b0701931b4795bd..a08cf28f3ed97fc5f461bbc54593320de871c9d1 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -40,6 +40,10 @@
#include "../platform/WebVector.h"
#include "WebWidget.h"
+namespace gfx {
+class ICCProfile;
+}
+
namespace blink {
class WebAXObject;
@@ -317,7 +321,7 @@ class WebView : protected WebWidget {
virtual void setZoomFactorForDeviceScaleFactor(float) = 0;
// Set and reset the device color profile.
- virtual void setDeviceColorProfile(const WebVector<char>&) = 0;
+ virtual void setDeviceColorProfile(const gfx::ICCProfile&) = 0;
// Resize the view at the same time as changing the state of the top
// controls. If |browserControlsShrinkLayout| is true, the embedder shrunk the
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | ui/gfx/icc_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698