| Index: ash/host/ash_window_tree_host_unified.cc
|
| diff --git a/ash/host/ash_window_tree_host_unified.cc b/ash/host/ash_window_tree_host_unified.cc
|
| index b62de2e26e13321a3a794a3fad6070d2f84e3c22..c3834a201f1e677ea087651587395f4f1600a9b4 100644
|
| --- a/ash/host/ash_window_tree_host_unified.cc
|
| +++ b/ash/host/ash_window_tree_host_unified.cc
|
| @@ -104,8 +104,7 @@ ui::EventSource* AshWindowTreeHostUnified::GetEventSource() {
|
| }
|
|
|
| gfx::AcceleratedWidget AshWindowTreeHostUnified::GetAcceleratedWidget() {
|
| - // TODO(oshima): Enable offscreen compositor.
|
| - return gfx::kNullAcceleratedWidget;
|
| + return gfx::kOffscreenAcceleratedWidget;
|
| }
|
|
|
| void AshWindowTreeHostUnified::Show() {
|
|
|