diff options
author | ajuma <ajuma@chromium.org> | 2015-10-19 12:43:58 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-19 19:45:09 +0000 |
commit | 51d73f712c256fa9e6e5bb320eac2ec7ba7b92a3 (patch) | |
tree | e48ed3f651822b9c9939b3d50f90f993c56ed0e0 /net/cookies/cookie_options.h | |
parent | 83c8c73f9f88d6caa274ad9733723efecfd14de9 (diff) | |
download | chromium_src-51d73f712c256fa9e6e5bb320eac2ec7ba7b92a3.zip chromium_src-51d73f712c256fa9e6e5bb320eac2ec7ba7b92a3.tar.gz chromium_src-51d73f712c256fa9e6e5bb320eac2ec7ba7b92a3.tar.bz2 |
cc: Make property trees support resourceless draw mode
Property trees currently rely on render target information
computed at tree-building time (on the main thread) when
computing draw properties. However, in resourceless draw
mode (used by Android WebView), only the root render surface
is used. Since resourceless draw mode can be arbitrarily
enabled and disabled on the compositor thread, we cannot
know at tree building time whether it will be used. This
CL makes property trees support resourceless draw mode
without requiring trees to be rebuilt when the draw mode
changes (though they do still need to be updated).
Most of the changes are for computing clipping-related
properties, since render surfaces change the way clips are
propagated to descendants and also change the space in
which drawable_content_rect and clip_rect are expressed.
BUG=524106
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Review URL: https://codereview.chromium.org/1387003002
Cr-Commit-Position: refs/heads/master@{#354831}
Diffstat (limited to 'net/cookies/cookie_options.h')
0 files changed, 0 insertions, 0 deletions