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

Unified Diff: cc/layers/layer_impl.cc

Issue 45623005: [NOT FOR REVIEW] Patch demonstrating the changes required for browser side fling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 7 years, 2 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/layers/layer_impl.cc
diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
index ede47194937e0a1eb381f73f543bea680853edd0..2ec57af6cae1d9566a5d6297c465c146af14813f 100644
--- a/cc/layers/layer_impl.cc
+++ b/cc/layers/layer_impl.cc
@@ -1001,11 +1001,6 @@ void LayerImpl::SetScrollOffsetDelegate(
}
}
-bool LayerImpl::IsExternalFlingActive() const {
- return scroll_offset_delegate_ &&
- scroll_offset_delegate_->IsExternalFlingActive();
-}
-
void LayerImpl::SetScrollOffset(gfx::Vector2d scroll_offset) {
SetScrollOffsetAndDelta(scroll_offset, ScrollDelta());
}

Powered by Google App Engine
This is Rietveld 408576698