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

Unified Diff: cc/blimp/picture_data_conversions_unittest.cc

Issue 2206263003: Remove SK_SUPPORT_LEGACY_DATA_FACTORIES. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ref when needed. Created 4 years, 4 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 | « blimp/engine/renderer/engine_image_serialization_processor.cc ('k') | cc/debug/picture_debug_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blimp/picture_data_conversions_unittest.cc
diff --git a/cc/blimp/picture_data_conversions_unittest.cc b/cc/blimp/picture_data_conversions_unittest.cc
index 8c298cfe317b08a55ec7fd5c1a2726f87e5ebf07..c4e21202ebe04645cafb806506986e0c4760e0e7 100644
--- a/cc/blimp/picture_data_conversions_unittest.cc
+++ b/cc/blimp/picture_data_conversions_unittest.cc
@@ -43,7 +43,7 @@ bool SamePicture(sk_sp<const SkPicture> picture,
return false;
sk_sp<const SkData> serialized_picture = SerializePicture(picture);
- return picture_data.data->equals(serialized_picture);
+ return picture_data.data->equals(serialized_picture.get());
}
PictureData CreatePictureData(sk_sp<const SkPicture> picture) {
« no previous file with comments | « blimp/engine/renderer/engine_image_serialization_processor.cc ('k') | cc/debug/picture_debug_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698