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

Unified Diff: third_party/WebKit/public/web/WebView.h

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.cpp ('k') | ui/gfx/BUILD.gn » ('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 63e798f316688eab81080c62cfd2ed97b2b6e927..eff150990e969caf22731a3ae4d15350351c538f 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -39,10 +39,6 @@
#include "../platform/WebString.h"
#include "../platform/WebVector.h"
#include "WebWidget.h"
-
-namespace gfx {
-class ColorSpace;
-}
namespace blink {
@@ -322,8 +318,8 @@
// level.
virtual void setZoomFactorForDeviceScaleFactor(float) = 0;
- // Set and reset the device color space.
- virtual void setDeviceColorSpace(const gfx::ColorSpace&) = 0;
+ // Set and reset the device color profile.
+ virtual void setDeviceColorProfile(const WebVector<char>&) = 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/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698