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

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: Added comments 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
Index: cc/test/skia_common.h
diff --git a/cc/test/skia_common.h b/cc/test/skia_common.h
index 2351e278d0cba53db09712b4cb0ebdfc40799e36..4e826cbd79a20725a951cece474fee773e9449c1 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 CompareDisplayListDrawingResults(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

Powered by Google App Engine
This is Rietveld 408576698