| Index: ui/display/win/screen_win.h
|
| diff --git a/ui/display/win/screen_win.h b/ui/display/win/screen_win.h
|
| index 6f56419f0d6772609fc4c1793df8b819dec08fa2..65d5f82b39d8349efaf35a6bfc3995cbf96a42e1 100644
|
| --- a/ui/display/win/screen_win.h
|
| +++ b/ui/display/win/screen_win.h
|
| @@ -167,6 +167,8 @@ class DISPLAY_EXPORT ScreenWin : public display::Screen {
|
| static ScreenWinDisplay GetScreenWinDisplayVia(Getter getter,
|
| GetterType value);
|
|
|
| + void RecordDisplayScaleFactors() const;
|
| +
|
| // Helper implementing the DisplayObserver handling.
|
| DisplayChangeNotifier change_notifier_;
|
|
|
|
|