Chromium Code Reviews| Index: ui/gfx/display.h |
| diff --git a/ui/gfx/display.h b/ui/gfx/display.h |
| index 5abe1be2cbc8a78c16a33b5da44c9695a323ddc3..934371cb0dc8cd12b1d70fecd19479c5f9dff791 100644 |
| --- a/ui/gfx/display.h |
| +++ b/ui/gfx/display.h |
| @@ -27,6 +27,7 @@ class UI_EXPORT Display { |
| // Returns the forced device scale factor, which is given by |
| // "--force-device-scale-factor". |
| static float GetForcedDeviceScaleFactor(); |
| + static bool HasForceDeviceScaleFactor(); |
|
pkotwicz
2013/01/23 19:39:23
Add a comment for HasForceDeviceScaleFactor().
kevers
2013/01/23 21:37:00
Done.
|
| // Returns 64-bit persistent ID for the specified manufacturer's ID and |
| // serial#. |