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

Unified Diff: ui/events/blink/input_handler_proxy.cc

Issue 2816973002: Revert of Move logic of recording main thread scrolling reasons from cc to blink::ScrollManager (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 | « third_party/WebKit/Source/web/tests/data/two_scrollable_area.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/blink/input_handler_proxy.cc
diff --git a/ui/events/blink/input_handler_proxy.cc b/ui/events/blink/input_handler_proxy.cc
index 911147a1f3711d6f2c3194c06dbe65a532754199..1a2e3132ccac2ddfca87af155ce3572406596152 100644
--- a/ui/events/blink/input_handler_proxy.cc
+++ b/ui/events/blink/input_handler_proxy.cc
@@ -557,10 +557,6 @@
return;
}
- // NonCompositedScrollReasons should only be set on the main thread.
- DCHECK(
- !cc::MainThreadScrollingReason::HasNonCompositedScrollReasons(reasons));
-
// UMA_HISTOGRAM_ENUMERATION requires that the enum_max must be strictly
// greater than the sample value. kMainThreadScrollingReasonCount doesn't
// include the NotScrollingOnMain enum but the histograms do so adding
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/two_scrollable_area.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698