diff options
author | oshima <oshima@chromium.org> | 2015-04-28 16:09:48 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-28 23:11:21 +0000 |
commit | 6ef578785e6c30e44ab72d17920e6d44ca2c28c2 (patch) | |
tree | bb8c0cee616486af7ca8e4f9296703804285ec58 /ash/host | |
parent | d1d9e928cabf90e24d17fc2b12b67bfe4b9d7431 (diff) | |
download | chromium_src-6ef578785e6c30e44ab72d17920e6d44ca2c28c2.zip chromium_src-6ef578785e6c30e44ab72d17920e6d44ca2c28c2.tar.gz chromium_src-6ef578785e6c30e44ab72d17920e6d44ca2c28c2.tar.bz2 |
Introduce OffscreenBrowsreCompositorOutputSurface for offscreen desktop rendering
Allow reflector to copy textures for multiple displays.
BUG=365662
Review URL: https://codereview.chromium.org/1108713004
Cr-Commit-Position: refs/heads/master@{#327385}
Diffstat (limited to 'ash/host')
-rw-r--r-- | ash/host/ash_window_tree_host_unified.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/host/ash_window_tree_host_unified.cc b/ash/host/ash_window_tree_host_unified.cc index b62de2e..3878db6 100644 --- a/ash/host/ash_window_tree_host_unified.cc +++ b/ash/host/ash_window_tree_host_unified.cc @@ -104,7 +104,6 @@ ui::EventSource* AshWindowTreeHostUnified::GetEventSource() { } gfx::AcceleratedWidget AshWindowTreeHostUnified::GetAcceleratedWidget() { - // TODO(oshima): Enable offscreen compositor. return gfx::kNullAcceleratedWidget; } |