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

Unified Diff: ui/aura/toplevel_window_event_filter.h

Issue 8381015: Add workspace to desktop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 2 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
« no previous file with comments | « no previous file | ui/aura_shell/aura_shell.gyp » ('j') | ui/aura_shell/default_container_event_filter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/toplevel_window_event_filter.h
diff --git a/ui/aura/toplevel_window_event_filter.h b/ui/aura/toplevel_window_event_filter.h
index fcb9e67f87c0bb769cf31ec7f55399eb369d1260..cbe1af45ebeb3865f3fb46cad0db1156497193f7 100644
--- a/ui/aura/toplevel_window_event_filter.h
+++ b/ui/aura/toplevel_window_event_filter.h
@@ -26,6 +26,9 @@ class ToplevelWindowEventFilter : public EventFilter {
virtual ui::TouchStatus OnTouchEvent(Window* target,
TouchEvent* event) OVERRIDE;
+ protected:
+ int window_component() const { return window_component_; }
sky 2011/10/25 20:58:05 Add comment.
oshima 2011/10/25 23:37:23 Done.
+
private:
// Moves the target window and all of its parents to the front of their
// respective z-orders.
« no previous file with comments | « no previous file | ui/aura_shell/aura_shell.gyp » ('j') | ui/aura_shell/default_container_event_filter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698