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:
parent
88c748aeea
commit
c119981aeb
@ -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)
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user