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

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: Use a blink page scale animation 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 19963024095f06a035de7f2e8750efbd77675df9..62b3179bbecabee9bab474fcc174c8d94d1de702 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