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

Unified Diff: cc/test/fake_content_layer_client.cc

Issue 1869753003: Replace many skia::RefPtr with sk_sp<> in cc/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Web*LayerImpl bindings + Dana's nits Created 4 years, 8 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: cc/test/fake_content_layer_client.cc
diff --git a/cc/test/fake_content_layer_client.cc b/cc/test/fake_content_layer_client.cc
index 3c50d9c11fddfbfcd363348712b1d126ad224eaa..d1b1537af32b6edd94f8127dd6e8adb60269e974 100644
--- a/cc/test/fake_content_layer_client.cc
+++ b/cc/test/fake_content_layer_client.cc
@@ -101,7 +101,6 @@ FakeContentLayerClient::PaintContentsToDisplayList(
}
}
-
display_list->Finalize();
return display_list;
}

Powered by Google App Engine
This is Rietveld 408576698