| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index 7917fbaa9da1fe2ce9d93a7a83719be7f02ddfaf..382d5821e0b437b98ccaeaffc7e47f6999c4e91c 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -395,6 +395,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
|
|
|
| // Overridden from ui::LayerDelegate:
|
| virtual void OnPaintLayer(gfx::Canvas* canvas) OVERRIDE;
|
| + virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
|
|
|
| // Updates the layer name with a name based on the window's name and id.
|
| void UpdateLayerName(const std::string& name);
|
|
|