Skip to content

Commit

Permalink
Part 1 - Deal with race when concurrently updating scroll offset from…
Browse files Browse the repository at this point in the history
… APZ and other places
  • Loading branch information
tmeshkova committed Feb 14, 2014
1 parent ccb7a8f commit c47c017
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions embedding/embedlite/embedthread/EmbedLiteViewThreadChild.cpp
Expand Up @@ -627,6 +627,8 @@ EmbedLiteViewThreadChild::RecvAcknowledgeScrollUpdate(const FrameMetrics::ViewID
return true;
}

APZCCallbackHelper::AcknowledgeScrollUpdate(aScrollId, aScrollGeneration);

return true;
}

Expand Down

0 comments on commit c47c017

Please sign in to comment.