summaryrefslogtreecommitdiffstats
path: root/skia/config
diff options
context:
space:
mode:
authormtklein <mtklein@chromium.org>2014-09-05 10:23:49 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-05 17:25:48 +0000
commit304c5dd1b83765e0575dc91766a3bf8c91c24b96 (patch)
treea97a3af393dd22b5f2523a7a773aff692a867529 /skia/config
parent9fd2631a8f318be093277cc4792f07a27394d28c (diff)
downloadchromium_src-304c5dd1b83765e0575dc91766a3bf8c91c24b96.zip
chromium_src-304c5dd1b83765e0575dc91766a3bf8c91c24b96.tar.gz
chromium_src-304c5dd1b83765e0575dc91766a3bf8c91c24b96.tar.bz2
Revert of Try backing SkPicture with SkRecord in Chromium. (patchset #4 id:60001 of https://codereview.chromium.org/504823003/)
Reason for revert: https://code.google.com/p/chromium/issues/detail?id=411330 Original issue's description: > Try backing SkPicture with SkRecord in Chromium. > > This is our first attempt, mostly to feel this out. Performance and > correctness problems are both possible. Please revert this if a benchmark even > smells funny. > > That said, we've been working on this a while, are pretty confident it's good > stuff, and have had Skia's internal testing entirely switched over for a week. > Parts of Chromium that serialize and deserialize SkPictures are already > switched over. This CL finishes things off by switching the default > recorded-from-scratch SkPicture to use SkRecord too. > > BUG=408985,409110,409138,411330 > > Committed: https://chromium.googlesource.com/chromium/src/+/f7450daaf38f4951b23fabaaaf659c6af33a705c > > Committed: https://chromium.googlesource.com/chromium/src/+/5f2a6ab31313eb2fc6e456f65c3863a77d2d0c30 > > CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg;tryserver.chromium.linux:linux_browser_asan > > Committed: https://chromium.googlesource.com/chromium/src/+/130033d6c732af90ed117f05517e4efffd23ae58 > > Committed: https://chromium.googlesource.com/chromium/src/+/96730ee0419e528d8d3eac360e9319a871d20e43 TBR=reed@google.com,mtklein@google.com,senorblanco@chromium.org,eroman@chromium.org,fmalita@chromium.org NOTREECHECKS=true NOTRY=true BUG=408985,409110,409138,411330 Review URL: https://codereview.chromium.org/544263002 Cr-Commit-Position: refs/heads/master@{#293544}
Diffstat (limited to 'skia/config')
-rw-r--r--skia/config/SkUserConfig.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index f43c782..443933a 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -269,9 +269,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
// test the threadsafety of SkPicture playback.
#define SK_PICTURE_CLONE_NOOP 1
-// Turns on new (nicer, hopefully faster) SkPicture backend.
-#define SK_PICTURE_USE_SK_RECORD 1
-
// ===== End Chrome-specific definitions =====
#endif