Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3099)

Unified Diff: cc/input/scrollbar_animation_controller.cc

Issue 2834393003: Re-enable ScrollbarAnimationController::DidRequestShowFromMainThread. (Closed)
Patch Set: remove Android hacks Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/scrollbar_animation_controller.cc
diff --git a/cc/input/scrollbar_animation_controller.cc b/cc/input/scrollbar_animation_controller.cc
index 68f98fb3bbbdadcb4af8f9207805735eb1719972..f3f1a48121f113abcdb926d304e04dee22d948b0 100644
--- a/cc/input/scrollbar_animation_controller.cc
+++ b/cc/input/scrollbar_animation_controller.cc
@@ -230,7 +230,7 @@ void ScrollbarAnimationController::WillUpdateScroll() {
}
void ScrollbarAnimationController::DidRequestShowFromMainThread() {
- // TODO(skobes): Call DidScrollUpdate here (suppressed for crbug.com/706927).
+ DidScrollUpdate();
}
void ScrollbarAnimationController::DidResize() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698