Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD.
authormtklein <mtklein@chromium.org>
Tue, 30 Sep 2014 18:43:53 +0000 (11:43 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 30 Sep 2014 18:43:53 +0000 (11:43 -0700)
commit8de02f4bf3dfb6178132231d03caec9f9a5d0beb
treeb411e0bc7972af80ff23ba5ec49b2d65682b5ea3
parentb5a97154f893a5fd3495e16872d370124e93c6ca
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
gyp/common_conditions.gypi
include/core/SkPictureRecorder.h
src/core/SkPicture.cpp
src/core/SkPictureRecorder.cpp