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

Unified Diff: cc/scrollbar_animation_controller.h

Issue 11882037: Activate LayerImpl tree with sync+push instead of pointer swap (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/scrollbar_animation_controller.h
diff --git a/cc/scrollbar_animation_controller.h b/cc/scrollbar_animation_controller.h
index b5604909d988ff91bb838f40d7864d8ab3ec25c6..6345618b19641e75cc6ec2b9af3999e7485ff59b 100644
--- a/cc/scrollbar_animation_controller.h
+++ b/cc/scrollbar_animation_controller.h
@@ -21,7 +21,6 @@ public:
virtual void didPinchGestureUpdate(base::TimeTicks) = 0;
virtual void didPinchGestureEnd(base::TimeTicks) = 0;
virtual void didUpdateScrollOffset(base::TimeTicks) = 0;
-
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698