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

Unified Diff: content/renderer/render_view_impl.h

Issue 2970183002: color: Use ColorSpace for plumbing (Closed)
Patch Set: Add missed places Created 3 years, 5 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 | « content/public/test/layouttest_support.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 91eb6dede0b199b2cdd63f980cae7b79a4c29d44..452aa15956cc658a712c044bc867853fa3b17a07 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -86,7 +86,7 @@ struct WebWindowFeatures;
} // namespace blink
namespace gfx {
-class ICCProfile;
+class ColorSpace;
}
namespace content {
@@ -233,7 +233,7 @@ class CONTENT_EXPORT RenderViewImpl
void SetDeviceScaleFactorForTesting(float factor);
// Change the device ICC color profile while running a layout test.
- void SetDeviceColorProfileForTesting(const gfx::ICCProfile& icc_profile);
+ void SetDeviceColorSpaceForTesting(const gfx::ColorSpace& color_space);
// Used to force the size of a window when running layout tests.
void ForceResizeForTesting(const gfx::Size& new_size);
« no previous file with comments | « content/public/test/layouttest_support.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698