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

Unified Diff: cc/test/skia_common.h

Issue 1982893002: [blimp] Add SkPicture caching support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from vmpstr, including adding //cc/blimp Created 4 years, 6 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 | « cc/test/picture_cache_model.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 2de9e8e931cd9803312b002f5b626c44fd24d1c6..30db5b13215f9aa56e86612dff2ca4e93f5f3338 100644
--- a/cc/test/skia_common.h
+++ b/cc/test/skia_common.h
@@ -21,11 +21,11 @@ class DisplayItemList;
void DrawDisplayList(unsigned char* buffer,
const gfx::Rect& layer_rect,
- scoped_refptr<DisplayItemList> list);
+ scoped_refptr<const DisplayItemList> list);
bool AreDisplayListDrawingResultsSame(const gfx::Rect& layer_rect,
- scoped_refptr<DisplayItemList> list_a,
- scoped_refptr<DisplayItemList> list_b);
+ const DisplayItemList* list_a,
+ const DisplayItemList* list_b);
sk_sp<SkImage> CreateDiscardableImage(const gfx::Size& size);
« no previous file with comments | « cc/test/picture_cache_model.cc ('k') | cc/test/skia_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698