| commit | 2da95b2ac5554c89690062340498aa86f661c3ea | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jan 17 16:07:04 2013 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jan 17 16:07:04 2013 +0000 |
| tree | 41404e3f70ab09b3621706dff588bbf7fad728c0 | |
| parent | 2b16570bda716725e08ad2e92a852f043179c13c [diff] [blame] |
Fix debugger handling of clip rrects https://codereview.appspot.com/7135053/ git-svn-id: http://skia.googlecode.com/svn/trunk@7252 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/debugger/SkDrawCommand.h b/debugger/SkDrawCommand.h index 9e73ce1..98cfbc9 100644 --- a/debugger/SkDrawCommand.h +++ b/debugger/SkDrawCommand.h
@@ -103,7 +103,7 @@ ClipRRect(const SkRRect& rrect, SkRegion::Op op, bool doAA); virtual void execute(SkCanvas* canvas) SK_OVERRIDE; private: - const SkRRect* fRRect; + SkRRect fRRect; SkRegion::Op fOp; bool fDoAA; };