Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2504)

Unified Diff: ash/wm/overview/window_selector_item.h

Issue 251103005: Added arrow key navigation to Overview Mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added reposition animation, shortened movement time, fixed what Terry commented. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/wm/overview/window_selector_item.h
diff --git a/ash/wm/overview/window_selector_item.h b/ash/wm/overview/window_selector_item.h
index d1cfaf330b63ee1f9cb550be5bcc45d3012b8e70..31ea963c97493dc6db4a37562bd9a8641ddb1aee 100644
--- a/ash/wm/overview/window_selector_item.h
+++ b/ash/wm/overview/window_selector_item.h
@@ -72,6 +72,8 @@ class WindowSelectorItem {
// dispatched when the bounds of a window change.
void RecomputeWindowTransforms();
+ views::Widget* window_label() const { return window_label_.get(); }
+
const gfx::Rect& bounds() { return bounds_; }
const gfx::Rect& target_bounds() { return target_bounds_; }

Powered by Google App Engine
This is Rietveld 408576698