diff options
author | mtklein <mtklein@chromium.org> | 2014-09-30 11:43:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-30 11:43:53 -0700 |
commit | 8de02f4bf3dfb6178132231d03caec9f9a5d0beb (patch) | |
tree | b411e0bc7972af80ff23ba5ec49b2d65682b5ea3 /include/core | |
parent | b5a97154f893a5fd3495e16872d370124e93c6ca (diff) |
Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD.
This folds the code through as if they were defined, which is the explicit
state in both our build and Chrome's.
This leaves the EXPERIMENTAL_ and DEPRECATED_ hooks in to be cleaned up or
privatized later.
CQ_EXTRA_TRYBOTS=tryserver.skia:Canary-Chrome-Ubuntu13.10-Ninja-x86_64-ToT-Trybot
BUG=skia:
R=reed@google.com, robertphillips@google.com, mtklein@google.com
Author: mtklein@chromium.org
Review URL: https://codereview.chromium.org/616033002
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkPictureRecorder.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h index a3f7d48332..7951e5d396 100644 --- a/include/core/SkPictureRecorder.h +++ b/include/core/SkPictureRecorder.h @@ -49,9 +49,7 @@ public: uint32_t recordFlags = 0); // As usual, we have a deprecated old version and a maybe almost working - // new version. We currently point beginRecording() to - // DEPRECATED_beginRecording() unless SK_PICTURE_USE_SK_RECORD is defined, - // then we use EXPERIMENTAL_beginRecording(). + // new version. We currently point beginRecording() to EXPERIMENTAL_beginRecording(). // Old slower backend. SkCanvas* DEPRECATED_beginRecording(SkScalar width, SkScalar height, |