Chromium Code Reviews| Index: ui/aura/root_window.h |
| =================================================================== |
| --- ui/aura/root_window.h (revision 218517) |
| +++ ui/aura/root_window.h (working copy) |
| @@ -398,6 +398,10 @@ |
| gfx::Transform GetInverseRootTransform() const; |
| + // Reposts the gesture event to the Window which is a target for the event |
| + // passed in. |
| + bool DispatchGestureEventRepost(ui::GestureEvent* event); |
| + |
| scoped_ptr<ui::Compositor> compositor_; |
| scoped_ptr<RootWindowHost> host_; |