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

Unified Diff: src/utils/debugger/SkDrawCommand.h

Issue 80223003: Show basic SkPicture details in debugger. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month 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 | « no previous file | src/utils/debugger/SkDrawCommand.cpp » ('j') | src/utils/debugger/SkDrawCommand.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/debugger/SkDrawCommand.h
diff --git a/src/utils/debugger/SkDrawCommand.h b/src/utils/debugger/SkDrawCommand.h
index aabc2e0096807b2466965eecf019b03ac87b7f25..b78dc9c3c4dfefbebb4b87a95aa373c2d9412341 100644
--- a/src/utils/debugger/SkDrawCommand.h
+++ b/src/utils/debugger/SkDrawCommand.h
@@ -316,6 +316,8 @@ class SkDrawPictureCommand : public SkDrawCommand {
public:
SkDrawPictureCommand(SkPicture& picture);
virtual void execute(SkCanvas* canvas) SK_OVERRIDE;
+ virtual bool render(SkCanvas* canvas) const SK_OVERRIDE;
+
private:
SkPicture fPicture;
« no previous file with comments | « no previous file | src/utils/debugger/SkDrawCommand.cpp » ('j') | src/utils/debugger/SkDrawCommand.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698