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

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: Rebase with latest changes, test stub (don't look into that yet!) Created 6 years, 8 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..25728eae2877192d150a9ebe333666ea2cab12c6 100644
--- a/ash/wm/overview/window_selector_item.h
+++ b/ash/wm/overview/window_selector_item.h
@@ -72,6 +72,9 @@ class WindowSelectorItem {
// dispatched when the bounds of a window change.
void RecomputeWindowTransforms();
+ // Returns the label widget
tdanderson 2014/04/29 14:46:27 . at end of comment
Nina 2014/04/29 18:31:40 Done.
+ views::Widget* get_window_label();
tdanderson 2014/04/29 14:46:27 Call this just window_label() instead of get_windo
Nina 2014/04/29 18:31:40 Done.
+
const gfx::Rect& bounds() { return bounds_; }
const gfx::Rect& target_bounds() { return target_bounds_; }

Powered by Google App Engine
This is Rietveld 408576698