Index: ui/aura/root_window_host_win.h |
diff --git a/ui/aura/root_window_host_win.h b/ui/aura/root_window_host_win.h |
index e4b927089c05c33a7ed0f955b0f977f8bbc64ff6..3bed8b55a8070ff01c0e49904ea53a708e79a923 100644 |
--- a/ui/aura/root_window_host_win.h |
+++ b/ui/aura/root_window_host_win.h |
@@ -43,6 +43,7 @@ class RootWindowHostWin : public RootWindowHost, public ui::WindowImpl { |
const gfx::Rect& snapshot_bounds, |
std::vector<unsigned char>* png_representation) OVERRIDE; |
virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE; |
+ virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE; |
private: |
BEGIN_MSG_MAP_EX(RootWindowHostWin) |