diff options
author | robertphillips <robertphillips@google.com> | 2015-02-11 13:15:12 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-11 13:15:12 -0800 |
commit | 25e929955f27370a6962a46d8baccf338d9a0bc6 (patch) | |
tree | d63fa84ed4cef8bbf9ba17cb9b1ebdf3bfb4dff4 /src/utils | |
parent | 2e6024248f81329779a6915c0312f99151d998fd (diff) |
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
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/debugger/SkDrawCommand.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/utils/debugger/SkDrawCommand.h b/src/utils/debugger/SkDrawCommand.h index d272c54ed9..8fd545f990 100644 --- a/src/utils/debugger/SkDrawCommand.h +++ b/src/utils/debugger/SkDrawCommand.h @@ -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(); |