Chromium Code Reviews| 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. |