How can I know when this android patch of 5 weeks ago is/was/will be rolled into a stable/dev release? https://skia.googlesource.com/skia.git/+/ed82c4e822dff3405b0a6ba9c9d054825cb03b13
<jbroman> whyameye: I see it in the Skia M39 branch (https://skia.googlesource.com/skia.git/+log/chrome/m39/?s=197ceda92966359962c51923a01dd2b0018b080f) so I think it ought to be in M39 (which is currently in dev channel).
<jbroman> the way to see for sure what's in a release is to look up the tag (e.g. current dev channel is https://chromium.googlesource.com/chromium/src/+log/39.0.2171.7), then follow the revision in DEPS back into Skia (https://chromium.googlesource.com/skia/+log/55a13614d300ef75603275056b694592bc05bf32) and go through the log.
<jbroman> Doing that reveals that that patch is in 39.0.2171.7.
<jbroman> I don't think there's an Android dev release (could be wrong), but you should see it in Chrome Beta once M39 hits beta channel.