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

Unified Diff: sky/engine/core/dom/RequestAnimationFrameCallback.h

Issue 880473003: sky-scrollable should use a reasonable fling curve (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Now with heights Created 5 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: sky/engine/core/dom/RequestAnimationFrameCallback.h
diff --git a/sky/engine/core/dom/RequestAnimationFrameCallback.h b/sky/engine/core/dom/RequestAnimationFrameCallback.h
index c6e112c24982f915d0a4849d5694516391d5da8e..bad88af4d6ebcd5f72c20cd0ab49228b0ea0a160 100644
--- a/sky/engine/core/dom/RequestAnimationFrameCallback.h
+++ b/sky/engine/core/dom/RequestAnimationFrameCallback.h
@@ -42,7 +42,6 @@ public:
int m_id;
bool m_cancelled;
- bool m_useLegacyTimeBase;
};
}

Powered by Google App Engine
This is Rietveld 408576698