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

Unified Diff: src/core/SkRecorder.h

Issue 1212363005: Make sp- via support SkDrawables; add a GM to test it. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: wtf Created 5 years, 5 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 | « gm/drawable.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkRecorder.h
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
index 688069bd502ef98b3ab3c3c8a5aca3e40c1d356f..338fab4968789a6f1c8b7f89063aa89b7238b7a6 100644
--- a/src/core/SkRecorder.h
+++ b/src/core/SkRecorder.h
@@ -19,6 +19,7 @@ class SkBBHFactory;
class SkDrawableList : SkNoncopyable {
public:
+ SkDrawableList() {}
~SkDrawableList();
int count() const { return fArray.count(); }
« no previous file with comments | « gm/drawable.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698