aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/debugger
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/debugger')
-rw-r--r--src/utils/debugger/SkDrawCommand.cpp3
-rw-r--r--src/utils/debugger/SkDrawCommand.h5
2 files changed, 0 insertions, 8 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)
diff --git a/src/utils/debugger/SkDrawCommand.h b/src/utils/debugger/SkDrawCommand.h
index 9ff1a9f65c..bcc97ca791 100644
--- a/src/utils/debugger/SkDrawCommand.h
+++ b/src/utils/debugger/SkDrawCommand.h
@@ -14,11 +14,6 @@
class SK_API SkDrawCommand {
public:
- // Staging for Chromium
- static const char* kDrawRectString;
- static const char* kClipRectString;
- // End Staging
-
enum OpType {
kBeginCommentGroup_OpType,
kClipPath_OpType,