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

Unified Diff: content/renderer/render_view_impl.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 | « no previous file | 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 3e062e1a69c3cc13ad5c15147adb36e5178008ed..491a00be70e05303cf7c74ae3dfcc3aec5542274 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -491,7 +491,7 @@ class CONTENT_EXPORT RenderViewImpl
// RenderWidgetOwnerDelegate implementation ----------------------------------
void RenderWidgetDidSetColorProfile(
- const std::vector<char>& color_profile) override;
+ const gfx::ICCProfile& color_profile) override;
void RenderWidgetFocusChangeComplete() override;
bool DoesRenderWidgetHaveTouchEventHandlersAt(
const gfx::Point& point) const override;
« no previous file with comments | « no previous file | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698