|
|
DescriptionFor Google3, enable SK_SUPPORT_LEGACY_SAVEFLAGS; required by legacy webkit_headless.
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1568633002
Committed: https://skia.googlesource.com/skia/+/85c8d06540942531fe3440fafa2a2825f128251a
Patch Set 1 #Patch Set 2 : Add TODO. #Messages
Total messages: 20 (8 generated)
The CQ bit was checked by benjaminwagner@google.com to run a CQ dry run
Description was changed from ========== For Google3, enable SK_SUPPORT_LEGACY_SAVEFLAGS; required by legacy webkit_headless. BUG=skia: ========== to ========== For Google3, enable SK_SUPPORT_LEGACY_SAVEFLAGS; required by legacy webkit_headless. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&is... ==========
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1568633002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1568633002/1
benjaminwagner@google.com changed reviewers: + mtklein@google.com
I take it this is a TODO, but it lets us roll? If so, lgtm.
Not necessarily TODO(benjaminwagner) mind you.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
On 2016/01/06 at 19:53:33, mtklein wrote: > I take it this is a TODO, but it lets us roll? > > If so, lgtm. No, it's not for the roll; it's needed by internal cl/107719535. (Sorry, I forgot about this when you asked about interesting changes in that CL.) In particular, see PlatformContextSkia::realizeSave. I can try to figure out how to remove the dependency on SaveFlags, but it seemed like it would be simpler to fix it after I submit cl/10771953.
On 2016/01/06 20:28:19, Ben Wagner wrote: > On 2016/01/06 at 19:53:33, mtklein wrote: > > I take it this is a TODO, but it lets us roll? > > > > If so, lgtm. > > No, it's not for the roll; it's needed by internal cl/107719535. (Sorry, I > forgot about this when you asked about interesting changes in that CL.) > > In particular, see PlatformContextSkia::realizeSave. I can try to figure out how > to remove the dependency on SaveFlags, but it seemed like it would be simpler to > fix it after I submit cl/10771953. Oh, gotcha. SGTM
The CQ bit was checked by benjaminwagner@google.com
The patchset sent to the CQ was uploaded after l-g-t-m from mtklein@google.com Link to the patchset: https://codereview.chromium.org/1568633002/#ps20001 (title: "Add TODO.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1568633002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1568633002/20001
Message was sent while issue was closed.
Description was changed from ========== For Google3, enable SK_SUPPORT_LEGACY_SAVEFLAGS; required by legacy webkit_headless. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&is... ========== to ========== For Google3, enable SK_SUPPORT_LEGACY_SAVEFLAGS; required by legacy webkit_headless. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&is... Committed: https://skia.googlesource.com/skia/+/85c8d06540942531fe3440fafa2a2825f128251a ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as https://skia.googlesource.com/skia/+/85c8d06540942531fe3440fafa2a2825f128251a
Message was sent while issue was closed.
reed@google.com changed reviewers: + reed@google.com
Message was sent while issue was closed.
FYI -- SaveFlags are planned to be actually removed (no flag option) as soon as Florin works his magic in Android.... is that ok?
Message was sent while issue was closed.
On 2016/01/06 22:02:42, reed1 wrote: > FYI -- SaveFlags are planned to be actually removed (no flag option) as soon as > Florin works his magic in Android.... is that ok? We'll just need to port up the call sites in Google3.
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/1578033003/ by benjaminwagner@google.com. The reason for reverting is: Removed legacy saveflags in internal cl/111889802.. |