| Index: blimp/client/app/android/blimp_compositor_manager_android.h
|
| diff --git a/blimp/client/app/android/blimp_compositor_manager_android.h b/blimp/client/app/android/blimp_compositor_manager_android.h
|
| index 2f9f6539532eea3257e48401cb217aeb2fe1934c..1f058d097a732f7814b9f3a90c5fb9424f4916bd 100644
|
| --- a/blimp/client/app/android/blimp_compositor_manager_android.h
|
| +++ b/blimp/client/app/android/blimp_compositor_manager_android.h
|
| @@ -35,7 +35,8 @@ class BlimpCompositorManagerAndroid : public BlimpCompositorManager {
|
| static std::unique_ptr<BlimpCompositorManagerAndroid> Create(
|
| const gfx::Size& real_size,
|
| const gfx::Size& size,
|
| - RenderWidgetFeature* render_widget_feature);
|
| + RenderWidgetFeature* render_widget_feature,
|
| + BlimpCompositorManagerClient* client);
|
|
|
| ~BlimpCompositorManagerAndroid() override;
|
|
|
| @@ -45,8 +46,9 @@ class BlimpCompositorManagerAndroid : public BlimpCompositorManager {
|
| // not including the system decorations. |dp_to_px| is the scale factor that
|
| // is required to convert from dp (device pixels) to px.
|
| BlimpCompositorManagerAndroid(const gfx::Size& size,
|
| - bool real_size_supported,
|
| - RenderWidgetFeature* render_widget_feature);
|
| + bool real_size_supported,
|
| + RenderWidgetFeature* render_widget_feature,
|
| + BlimpCompositorManagerClient* client);
|
|
|
| // BlimpCompositor implementation.
|
| void GenerateLayerTreeSettings(cc::LayerTreeSettings* settings) override;
|
|
|