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

Unified Diff: content/test/layouttest_support.cc

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
Index: content/test/layouttest_support.cc
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
index 0107ded07a441515b5d49eb76afabf223b13bb4c..3f981ddc9c333d4f23803857c9ab4321b90d9e6f 100644
--- a/content/test/layouttest_support.cc
+++ b/content/test/layouttest_support.cc
@@ -514,7 +514,7 @@ void SetDeviceColorProfile(
RenderView* render_view, const gfx::ICCProfile& icc_profile) {
static_cast<RenderViewImpl*>(render_view)
->GetWidget()
- ->SetDeviceColorProfileForTesting(icc_profile.GetData());
+ ->SetDeviceColorProfileForTesting(icc_profile);
}
void SetTestBluetoothScanDuration() {
« no previous file with comments | « content/renderer/render_widget_owner_delegate.h ('k') | third_party/WebKit/Source/platform/graphics/ColorBehavior.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698