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

Unified Diff: cc/trees/layer_tree_impl.cc

Issue 274323004: NOT FOR LANDING - [WebView] Allow fling animation via the LayerScrollOffsetDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 a4d5cab9f94bf866f23e8d35e6fcfa9b107eb0ee..9b916809f5d58a6e4441707b0675db1db7c1f55d 100644
--- a/cc/trees/layer_tree_impl.cc
+++ b/cc/trees/layer_tree_impl.cc
@@ -72,6 +72,10 @@ class LayerScrollOffsetDelegateProxy : public LayerScrollOffsetDelegate {
NOTIMPLEMENTED();
}
+ virtual void SetNeedsAnimate(const AnimationCallback& animation) OVERRIDE {
+ NOTIMPLEMENTED();
+ }
+
private:
LayerImpl* layer_;
LayerScrollOffsetDelegate* delegate_;

Powered by Google App Engine
This is Rietveld 408576698