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

Unified Diff: cc/test/skia_common.h

Issue 1512823002: Serialize DisplayListRecordingSource to protos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years 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 | « cc/test/fake_display_list_recording_source.cc ('k') | cc/test/skia_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/skia_common.h
diff --git a/cc/test/skia_common.h b/cc/test/skia_common.h
index 2351e278d0cba53db09712b4cb0ebdfc40799e36..ba5d969c79da9b48335423cb32434e349d2629e0 100644
--- a/cc/test/skia_common.h
+++ b/cc/test/skia_common.h
@@ -23,6 +23,10 @@ void DrawDisplayList(unsigned char* buffer,
const gfx::Rect& layer_rect,
scoped_refptr<DisplayItemList> list);
+bool AreDisplayListDrawingResultsSame(const gfx::Rect& layer_rect,
+ scoped_refptr<DisplayItemList> list_a,
+ scoped_refptr<DisplayItemList> list_b);
+
skia::RefPtr<SkImage> CreateDiscardableImage(const gfx::Size& size);
} // namespace cc
« no previous file with comments | « cc/test/fake_display_list_recording_source.cc ('k') | cc/test/skia_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698