| Index: blimp/engine/app/ui/blimp_window_tree_host.h
|
| diff --git a/blimp/engine/app/ui/blimp_window_tree_host.h b/blimp/engine/app/ui/blimp_window_tree_host.h
|
| index 81791fbab268a2382fd1e8c762fbcf47e72898a8..6a48a3e138ff4b5e3e5cda6f77c4c1361d06a3a8 100644
|
| --- a/blimp/engine/app/ui/blimp_window_tree_host.h
|
| +++ b/blimp/engine/app/ui/blimp_window_tree_host.h
|
| @@ -22,6 +22,10 @@ class BlimpWindowTreeHost : public aura::WindowTreeHostPlatform {
|
| ~BlimpWindowTreeHost() override;
|
|
|
| private:
|
| + // aura::WindowTreeHostPlatform overrides.
|
| + void OnAcceleratedWidgetAvailable(gfx::AcceleratedWidget widget,
|
| + float device_pixel_ratio) override;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(BlimpWindowTreeHost);
|
| };
|
|
|
|
|