DescriptionSupport single-threaded impl-side painting
This makes the synchronous composite path support impl-side painting.
This initial version is intended for converting layout tests, as a real
version for the browser would commit to the active tree directly.
This path is currently not used anywhere (it DCHECKed) and the only
consumer after this patch is a unittest to verify that it works.
Depends on https://codereview.chromium.org/672673003/ so that
WaitForTasksRunningToComplete includes all visible tiles.
Depends on https://codereview.chromium.org/668123003/ for correctness,
as zero copy and masks aren't supported quite yet.
R=danakj@chromium.org,reveman@chromium.org,vmpstr@chromium.org
BUG=381919
Committed: https://crrev.com/69277cb70300d50ef288cebb9f1383fe9c94121a
Cr-Commit-Position: refs/heads/master@{#301966}
Patch Set 1 #Patch Set 2 : Add missing file #Patch Set 3 : Use numeric limits for raster task limit #
Total comments: 5
Patch Set 4 : Rebase #Patch Set 5 : Now with less plumbing #
Total comments: 5
Patch Set 6 : Remove DCHECKs; make settings better #
Total comments: 1
Patch Set 7 : Rebase, add ContextCapabilities #
Total comments: 2
Messages
Total messages: 23 (3 generated)
|