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

Unified Diff: sky/engine/core/painting/PictureRecorder.idl

Issue 1221583003: Add APIs for dynamic display lists, using SkDrawable and SkPictureRecorder::endRecordingAsDrawable. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « sky/engine/core/painting/PictureRecorder.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/painting/PictureRecorder.idl
diff --git a/sky/engine/core/painting/PictureRecorder.idl b/sky/engine/core/painting/PictureRecorder.idl
index 2fc889de0273645bbe9d3fb3d1d42bfc7c9f337a..b5286f906aa807d27ed50a13cc64c56be4c59ad6 100644
--- a/sky/engine/core/painting/PictureRecorder.idl
+++ b/sky/engine/core/painting/PictureRecorder.idl
@@ -6,4 +6,5 @@
] interface PictureRecorder {
readonly attribute boolean isRecording;
Picture endRecording();
+ Drawable endRecordingAsDrawable();
};
« no previous file with comments | « sky/engine/core/painting/PictureRecorder.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698