diff options
author | robertphillips <robertphillips@google.com> | 2015-02-18 10:56:05 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-18 10:56:05 -0800 |
commit | c119981aeb6b2fc6cb3b3057eef440d7195e64eb (patch) | |
tree | ee8427a625fa9e7ad6719ee3a7fed2e8bed6dbb2 /src/utils/debugger | |
parent | 88c748aeea1cedfc8280d7f3da3d949ed01be177 (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')
-rw-r--r-- | src/utils/debugger/SkDrawCommand.cpp | 3 | ||||
-rw-r--r-- | src/utils/debugger/SkDrawCommand.h | 5 |
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, |