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

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: temporarily exlucde tests failing on win 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 | « ui/aura/test/aura_test_base.cc ('k') | ui/aura_shell/aura_shell.gyp » ('j') | no next file with comments »
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..5489f3b8eab054bff137fb5af43892a7c5d8b45e 100644
--- a/ui/aura/toplevel_window_event_filter.h
+++ b/ui/aura/toplevel_window_event_filter.h
@@ -26,6 +26,11 @@ class ToplevelWindowEventFilter : public EventFilter {
virtual ui::TouchStatus OnTouchEvent(Window* target,
TouchEvent* event) OVERRIDE;
+ protected:
+ // Returns the |window_component_|. See the variable definition below for
+ // more details.
+ int window_component() const { return window_component_; }
+
private:
// Moves the target window and all of its parents to the front of their
// respective z-orders.
« no previous file with comments | « ui/aura/test/aura_test_base.cc ('k') | ui/aura_shell/aura_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698