Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index 475df7a0f102844d6e5572f6817b5bca9d3114be..47263b85382eab31f5f246671b289b0f1e67ee1b 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -218,6 +218,9 @@ class ASH_EXPORT Shell { |
SystemTray* tray() const { return tray_.get(); } |
+ // Returns the size of the grid. |
+ int GetGridSize() const; |
+ |
static void set_initially_hide_cursor(bool hide) { |
initially_hide_cursor_ = hide; |
} |