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

Unified Diff: content/renderer/render_widget.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 | « content/renderer/render_view_impl.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index c446998493b5356cbc81c1b77692d27cc02a605a..feeee910b69edb545a4864360f3c100a9f679f06 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -87,6 +87,7 @@ class SwapPromise;
}
namespace gfx {
+class ICCProfile;
class Range;
}
@@ -387,7 +388,7 @@ class CONTENT_EXPORT RenderWidget
void UpdateCompositionInfo(bool immediate_request);
// Change the device ICC color profile while running a layout test.
- void SetDeviceColorProfileForTesting(const std::vector<char>& color_profile);
+ void SetDeviceColorProfileForTesting(const gfx::ICCProfile& color_profile);
// Called when the Widget has changed size as a result of an auto-resize.
void DidAutoResize(const gfx::Size& new_size);
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698