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

Unified Diff: cc/input/scrollbar_animation_controller.cc

Issue 2836243002: 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 c018016c8d7f93be8c052b088abf5e6fef919cfd..13dc0fb114addffe25feda89264e231adbec5da8 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