| Index: ui/aura/window_port_local.h
|
| diff --git a/ui/aura/window_port_local.h b/ui/aura/window_port_local.h
|
| index 7a8bf6c23a43dfb0466c4a427c3752ea945dfe81..2995eb8e396cf8e602f45cbf08d5a4da97fc754c 100644
|
| --- a/ui/aura/window_port_local.h
|
| +++ b/ui/aura/window_port_local.h
|
| @@ -19,7 +19,7 @@ class AURA_EXPORT WindowPortLocal : public WindowPort {
|
| ~WindowPortLocal() override;
|
|
|
| // WindowPort:
|
| - void OnPreInit(Window* window) override;
|
| + void OnPreInit(Window* window, ui::LayerType layer_type) override;
|
| void OnDeviceScaleFactorChanged(float device_scale_factor) override;
|
| void OnWillAddChild(Window* child) override;
|
| void OnWillRemoveChild(Window* child) override;
|
|
|