aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger/SkDrawCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/SkDrawCommand.h')
-rw-r--r--debugger/SkDrawCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/SkDrawCommand.h b/debugger/SkDrawCommand.h
index 9e73ce1a38..98cfbc9530 100644
--- a/debugger/SkDrawCommand.h
+++ b/debugger/SkDrawCommand.h
@@ -103,7 +103,7 @@ public:
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;
};