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

Unified Diff: cc/input/scrollbar_animation_controller.cc

Issue 2834703004: Temporarily ignore ScrollbarAnimationController::DidRequestShowFromMainThread. (Closed)
Patch Set: 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 223ab779463f04ea82a42016916d7e28d83170b7..04416cb27dca71d6111b3a1f08341abdb68c1df7 100644
--- a/cc/input/scrollbar_animation_controller.cc
+++ b/cc/input/scrollbar_animation_controller.cc
@@ -226,7 +226,7 @@ void ScrollbarAnimationController::WillUpdateScroll() {
}
void ScrollbarAnimationController::DidRequestShowFromMainThread() {
- DidScrollUpdate();
+ // TODO(skobes): Call DidScrollUpdate here (suppressed for crbug.com/706927).
}
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