Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Issue 237673017: Fix SK_SUPPORT_DEPRECATED_RECORD_FLAGS handling (Closed)

Created:
6 years, 8 months ago by robertphillips
Modified:
6 years, 8 months ago
Reviewers:
bsalomon, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Fix up SK_SUPPORT_DEPRECATED_RECORD_FLAGS so it can be used independent of SK_SUPPORT_LEGACY_PICTURE_CAN_RECORD In the prior configuration one can not have SK_SUPPORT_LEGACY_PICTURE_CAN_RECORD defined and SK_SUPPORT_DEPRECATED_RECORD_FLAGS undefined (as one might when trolling through Chrome/Blink for remaining uses of kOptimizeForClippedPlayback_RecordingFlag)

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M include/core/SkPicture.h View 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
robertphillips
6 years, 8 months ago (2014-04-16 16:44:18 UTC) #1
reed1
lgtm I'm ok for internal-plumbing purposes that you just ram these changes in, since there ...
6 years, 8 months ago (2014-04-16 16:58:41 UTC) #2
robertphillips
committed as r14225
6 years, 8 months ago (2014-04-16 17:01:17 UTC) #3
robertphillips
6 years, 8 months ago (2014-04-16 17:15:21 UTC) #4
Message was sent while issue was closed.
This was reverted in r14226 due to compiler complaints (with both #defines
enabled SkPictureRecorder is double friended).

Powered by Google App Engine
This is Rietveld 408576698