Chromium Code Reviews| Index: ui/display/screen.h |
| diff --git a/ui/display/screen.h b/ui/display/screen.h |
| index 79a0035d2565e9aa4b27d5723591ecd4397f403b..f6f15346b9600e8ddfaf0452b1ec2aa7bc50497c 100644 |
| --- a/ui/display/screen.h |
| +++ b/ui/display/screen.h |
| @@ -88,6 +88,8 @@ class DISPLAY_EXPORT Screen { |
| virtual gfx::Rect DIPToScreenRectInWindow(gfx::NativeView view, |
| const gfx::Rect& dip_rect) const; |
| + virtual float GetScaleFactorForWindow(gfx::NativeView view) const; |
| + |
| private: |
| DISALLOW_COPY_AND_ASSIGN(Screen); |
| }; |