commit | e898e9c65eb2f10e53c459349b174551b3957545 | [log] [tgz] |
---|---|---|
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Nov 21 17:08:12 2013 +0000 |
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Nov 21 17:08:12 2013 +0000 |
tree | 953f2c523ac0b9fca107c3ab37af594f4059dc2b | |
parent | 866f4e34a943c115ac372c22123a1520aa5f9b06 [diff] [blame] |
Show basic SkPicture details in debugger. R=robertphillips@google.com Author: fmalita@chromium.org Review URL: https://codereview.chromium.org/80223003 git-svn-id: http://skia.googlecode.com/svn/trunk@12345 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/utils/debugger/SkDrawCommand.h b/src/utils/debugger/SkDrawCommand.h index aabc2e0..b78dc9c 100644 --- a/src/utils/debugger/SkDrawCommand.h +++ b/src/utils/debugger/SkDrawCommand.h
@@ -316,6 +316,8 @@ public: SkDrawPictureCommand(SkPicture& picture); virtual void execute(SkCanvas* canvas) SK_OVERRIDE; + virtual bool render(SkCanvas* canvas) const SK_OVERRIDE; + private: SkPicture fPicture;