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

Unified Diff: cc/layers/layer_impl.h

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.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 9d3951b78afe49aeb46c6a24d90f877bad5a446c..b1c3b6c8234f5824ecaeeee9a2c1c50419898db8 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -349,7 +349,6 @@ class CC_EXPORT LayerImpl : LayerAnimationValueObserver {
void SetScrollOffsetDelegate(
LayerScrollOffsetDelegate* scroll_offset_delegate);
- bool IsExternalFlingActive() const;
void SetScrollOffset(gfx::Vector2d scroll_offset);
void SetScrollOffsetAndDelta(gfx::Vector2d scroll_offset,

Powered by Google App Engine
This is Rietveld 408576698