Revert "java: Add a choreographer frame task trait"
This reverts commit f4ba6c5b. Reason for revert: content_shell_test_apk failing on Android CFI Example: https://ci.chromium.org/p/chromium/builders/ci/Android%20CFI/5101 FindIt analysis: https://findit-for-me.appspot.com/waterfall/failure?url=https://build.chromium.org/p/chromium.memory/builders/Android%20CFI/builds/5101 Original change's description: > java: Add a choreographer frame task trait > > This is useful if you need to guarantee something like a layout pass has > occurred before your task runs. Tasks posted with TaskTraits.CHOREOGRAPHER_FRAME > will run next time there's a vsync and after all other ready tasks on the thread > have run. > > I put the trait under base because from what I understand there is some ui/ code > that needs it but ui/ can't depend on content/. > > Bug: 863341 > Change-Id: Ibcb7a843866c2b2c4f4394ebd18c8ef7aa33b5bc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549114 > Commit-Queue: Alex Clarke <alexclarke@chromium.org> > Reviewed-by: Yaron Friedman <yfriedman@chromium.org> > Reviewed-by: Sami Kyöstilä <skyostil@chromium.org> > Reviewed-by: Karolina Soltys <ksolt@chromium.org> > Cr-Commit-Position: refs/heads/master@{#652215} TBR=yfriedman@chromium.org,skyostil@chromium.org,alexclarke@chromium.org,ksolt@chromium.org Change-Id: I2340b5c6c7ce1ac41e87ef689470e798304eb8a8 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 863341 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574939Reviewed-by:Bret Sepulveda <bsep@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#652351}
Showing
Please register or sign in to comment