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
This commit is contained in:
robertphillips 2015-02-18 10:56:05 -08:00 committed by Commit bot
parent 88c748aeea
commit c119981aeb
2 changed files with 0 additions and 8 deletions

View File

@ -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)

View File

@ -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,