| Index: components/exo/pointer.cc
|
| diff --git a/components/exo/pointer.cc b/components/exo/pointer.cc
|
| index db81c365f5c8299c84b06bca0f7d37b927b9a877..6c0c6482e26e753e6a00c62e76cb684625c378c3 100644
|
| --- a/components/exo/pointer.cc
|
| +++ b/components/exo/pointer.cc
|
| @@ -240,6 +240,7 @@ void Pointer::OnScrollEvent(ui::ScrollEvent* event) {
|
| // SurfaceDelegate overrides:
|
|
|
| void Pointer::OnSurfaceCommit() {
|
| + surface_->CheckIfSurfaceHierarchyNeedsCommitToNewSurfaces();
|
| surface_->CommitSurfaceHierarchy();
|
| surface_->window()->SetBounds(
|
| gfx::Rect(gfx::Point() - hotspot_.OffsetFromOrigin(),
|
|
|