Index: ui/gfx/screen.h |
diff --git a/ui/gfx/screen.h b/ui/gfx/screen.h |
index f0f4201e6d21e096860c7d830ddd6a6b4835800d..d6eb62982a820e25ed6fce346643baf0db9b2177 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 |
+ // True if DIP is enabled. |
+ static bool IsDIPEnabled(); |
+ |
// Returns the current absolute position of the mouse pointer. |
static gfx::Point GetCursorScreenPoint(); |