diff options
author | danakj <danakj@chromium.org> | 2015-04-03 17:15:24 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-04 00:15:46 +0000 |
commit | 85d970e4cc6d5f71c30a94cd31d6f0fa07b38890 (patch) | |
tree | 364849f5b908f5f99f1a36ca54628b494758f2c7 /ui/PRESUBMIT.py | |
parent | 397accd46320292657b9ca5eea6c1a81a38ef004 (diff) | |
download | chromium_src-85d970e4cc6d5f71c30a94cd31d6f0fa07b38890.zip chromium_src-85d970e4cc6d5f71c30a94cd31d6f0fa07b38890.tar.gz chromium_src-85d970e4cc6d5f71c30a94cd31d6f0fa07b38890.tar.bz2 |
Pass a ui::PaintContext from ui::Layer to layer delegates.
This is a plumbing CL to create a ui::PaintContext that wraps a
gfx::Canvas up in ui::Layer. This is passed to every LayerDelegate,
and also through to aura::WindowDelegates and
views::NativeWidgetDelegates to eventually reach views::View as well.
This way ui::PaintContext is created in one place (for compositor
paints, there are other places painting to bitmaps we'll address
later). And in the future the ui::PaintContext can be backed by a
display list instead of a canvas.
R=sky
BUG=466426
Review URL: https://codereview.chromium.org/1057873004
Cr-Commit-Position: refs/heads/master@{#323855}
Diffstat (limited to 'ui/PRESUBMIT.py')
0 files changed, 0 insertions, 0 deletions