| Index: blimp/engine/app/ui/blimp_window_tree_host.cc
|
| diff --git a/blimp/engine/app/ui/blimp_window_tree_host.cc b/blimp/engine/app/ui/blimp_window_tree_host.cc
|
| index 4693757a4b346548b9f3ed1e930222f26b17753d..d5fd0d2a4d34a9d32513053fa25b8f9f39733241 100644
|
| --- a/blimp/engine/app/ui/blimp_window_tree_host.cc
|
| +++ b/blimp/engine/app/ui/blimp_window_tree_host.cc
|
| @@ -15,5 +15,11 @@ BlimpWindowTreeHost::BlimpWindowTreeHost() : aura::WindowTreeHostPlatform() {
|
|
|
| BlimpWindowTreeHost::~BlimpWindowTreeHost() {}
|
|
|
| +void BlimpWindowTreeHost::OnAcceleratedWidgetAvailable(
|
| + gfx::AcceleratedWidget widget,
|
| + float device_pixel_ratio) {
|
| + // Do nothing to avoid creating an output surface and gpu process.
|
| +}
|
| +
|
| } // namespace engine
|
| } // namespace blimp
|
|
|