Commit dc017d17 authored by mtklein's avatar mtklein Committed by Commit bot

Optimize SkRecord in Chrome.

CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg

BUG=

Review URL: https://codereview.chromium.org/575493002

Cr-Commit-Position: refs/heads/master@{#294910}
parent 54672cda
......@@ -264,6 +264,9 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
// Turns on new (nicer, hopefully faster) SkPicture backend.
#define SK_PICTURE_USE_SK_RECORD 1
// Run a few optimization passes over the SkRecord after recording.
#define SK_PICTURE_OPTIMIZE_SK_RECORD 1
// ===== End Chrome-specific definitions =====
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment