Index: ui/gfx/screen.h |
diff --git a/ui/gfx/screen.h b/ui/gfx/screen.h |
index f0f4201e6d21e096860c7d830ddd6a6b4835800d..286ef94f21581e002d66e7d6d1995d5ac478e62c 100644 |
--- a/ui/gfx/screen.h |
+++ b/ui/gfx/screen.h |
@@ -28,6 +28,9 @@ class UI_EXPORT Screen { |
static void SetInstance(ScreenImpl* screen); |
#endif |
+ // Returns true if DIP is enabled. |
+ static bool IsDIPEnabled(); |
+ |
// Returns the current absolute position of the mouse pointer. |
static gfx::Point GetCursorScreenPoint(); |