Index: ui/views/view.h |
diff --git a/ui/views/view.h b/ui/views/view.h |
index fc4a27f9ffef5c86714ac73cec30a83104a51215..8492d958b401815548e5400e6539e7f456834af1 100644 |
--- a/ui/views/view.h |
+++ b/ui/views/view.h |
@@ -996,6 +996,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate, |
// Overridden from ui::LayerDelegate: |
virtual void OnPaintLayer(gfx::Canvas* canvas) OVERRIDE; |
+ virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE; |
// Finds the layer that this view paints to (it may belong to an ancestor |
// view), then reorders the immediate children of that layer to match the |