diff options
Diffstat (limited to 'apps/shell_window_geometry_cache.h')
-rw-r--r-- | apps/shell_window_geometry_cache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/shell_window_geometry_cache.h b/apps/shell_window_geometry_cache.h index d4b3581..b6709df 100644 --- a/apps/shell_window_geometry_cache.h +++ b/apps/shell_window_geometry_cache.h @@ -73,8 +73,8 @@ class ShellWindowGeometryCache ui::WindowShowState state); // Get any saved geometry and state associated with |extension_id| and - // |window_id|. If saved data exists, sets |bounds| and |state| if not NULL - // and returns true. + // |window_id|. If saved data exists, sets |bounds|, |screen_bounds| and + // |state| if not NULL and returns true. bool GetGeometry(const std::string& extension_id, const std::string& window_id, gfx::Rect* bounds, |