aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/debugger/SkDrawCommand.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-02-18 10:56:05 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-18 10:56:05 -0800
commitc119981aeb6b2fc6cb3b3057eef440d7195e64eb (patch)
treeee8427a625fa9e7ad6719ee3a7fed2e8bed6dbb2 /src/utils/debugger/SkDrawCommand.cpp
parent88c748aeea1cedfc8280d7f3da3d949ed01be177 (diff)
Remove Chromium staging in SkDrawCommand
This cannot land until https://codereview.chromium.org/917063008/ (Cleanup lingering scaffolding for Skia change) has landed. TBR=joshualitt@chromium.org Review URL: https://codereview.chromium.org/930973002
Diffstat (limited to 'src/utils/debugger/SkDrawCommand.cpp')
-rw-r--r--src/utils/debugger/SkDrawCommand.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils/debugger/SkDrawCommand.cpp b/src/utils/debugger/SkDrawCommand.cpp
index 71a7344046..38f02d9616 100644
--- a/src/utils/debugger/SkDrawCommand.cpp
+++ b/src/utils/debugger/SkDrawCommand.cpp
@@ -14,9 +14,6 @@
// TODO(chudy): Refactor into non subclass model.
-const char* SkDrawCommand::kDrawRectString = "DrawRect";
-const char* SkDrawCommand::kClipRectString = "ClipRect";
-
SkDrawCommand::SkDrawCommand(OpType type)
: fOpType(type)
, fOffset(0)