| Index: ui/aura/window.cc
|
| diff --git a/ui/aura/window.cc b/ui/aura/window.cc
|
| index 7eea861e61df66e8aced2740b7f187cef199b1f0..51fc20fe98c3514b4f6c459504583c4af6feccd6 100644
|
| --- a/ui/aura/window.cc
|
| +++ b/ui/aura/window.cc
|
| @@ -795,8 +795,6 @@ void* Window::GetNativeWindowProperty(const char* key) const {
|
|
|
| void Window::OnDeviceScaleFactorChanged(float device_scale_factor) {
|
| ScopedCursorHider hider(this);
|
| - if (IsRootWindow())
|
| - host_->OnDeviceScaleFactorChanged(device_scale_factor);
|
| if (delegate_)
|
| delegate_->OnDeviceScaleFactorChanged(device_scale_factor);
|
| }
|
|
|