Chromium Code Reviews| Index: ui/aura/root_window.cc |
| =================================================================== |
| --- ui/aura/root_window.cc (revision 231601) |
| +++ ui/aura/root_window.cc (working copy) |
| @@ -323,6 +323,10 @@ |
| return host_->ConfineCursorToRootWindow(); |
| } |
| +void RootWindow::UnConfineCursor() { |
| + host_->UnConfineCursor(); |
| +} |
| + |
| void RootWindow::ScheduleRedrawRect(const gfx::Rect& damage_rect) { |
| compositor_->ScheduleRedrawRect(damage_rect); |
| } |