Revert of Fix Chromium build (again) (patchset #2 id:20001 of https://codereview.chromium.org/916193002/)
Reason for revert: Chrome Original issue's description: > Fix Chromium build (again) > > TBR=jvanverth@google.com > > Committed: https://skia.googlesource.com/skia/+/b48e08e03a7573c6917d9932a60af5822c009abd TBR=jvanverth@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/920573002
This commit is contained in:
parent
2e6024248f
commit
25e929955f
@ -72,16 +72,8 @@ private:
|
||||
bool fVisible;
|
||||
};
|
||||
|
||||
// TODO: switch Chromium over to not using these
|
||||
typedef SkDrawCommand::OpType DrawType;
|
||||
|
||||
#define SAVE SkDrawCommand::kSave_OpType
|
||||
#define SCALE SkDrawCommand::kSetMatrix_OpType
|
||||
#define TRANSLATE SkDrawCommand::kSetMatrix_OpType
|
||||
#define DRAW_RECT SkDrawCommand::kDrawRect_OpType
|
||||
#define RESTORE SkDrawCommand::kRestore_OpType
|
||||
#define CLIP_RECT SkDrawCommand::kClipRect_OpType
|
||||
|
||||
class SkRestoreCommand : public SkDrawCommand {
|
||||
public:
|
||||
SkRestoreCommand();
|
||||
|
Loading…
Reference in New Issue
Block a user