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

Unified Diff: cc/CCScrollbarAnimationController.cpp

Issue 10942040: Fix CC*Renderer and CC*LayerImpl to compile with Clang (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/CCScrollbarAnimationController.cpp
diff --git a/cc/CCScrollbarAnimationController.cpp b/cc/CCScrollbarAnimationController.cpp
index 2146c25064e1736d869c6a412211866d34da4588..89f74cb55ead58446537318609e8c7a7b732d0df 100644
--- a/cc/CCScrollbarAnimationController.cpp
+++ b/cc/CCScrollbarAnimationController.cpp
@@ -40,6 +40,11 @@ CCScrollbarAnimationController::~CCScrollbarAnimationController()
{
}
+bool CCScrollbarAnimationController::animate(double)
+{
+ return false;
+}
+
void CCScrollbarAnimationController::didPinchGestureBegin()
{
didPinchGestureBeginAtTime(monotonicallyIncreasingTime());

Powered by Google App Engine
This is Rietveld 408576698