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

Unified Diff: cc/trees/layer_tree_impl.cc

Issue 1251323002: Plumb smooth scrolling in Chromium compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
Index: cc/trees/layer_tree_impl.cc
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
index 8d9b673424f515e6031929f96370765eb01d2efa..04cc388611543a0618a53d1482a7c9ce7c27bd5d 100644
--- a/cc/trees/layer_tree_impl.cc
+++ b/cc/trees/layer_tree_impl.cc
@@ -113,11 +113,6 @@ void LayerTreeImpl::GatherFrameTimingRequestIds(
});
}
-bool LayerTreeImpl::IsExternalScrollActive() const {
- return root_layer_scroll_offset_delegate_ &&
- root_layer_scroll_offset_delegate_->IsExternalScrollActive();
-}
-
void LayerTreeImpl::DidUpdateScrollOffset(int layer_id) {
int inner_layer_id = InnerViewportScrollLayer()
? InnerViewportScrollLayer()->id()

Powered by Google App Engine
This is Rietveld 408576698