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

Unified Diff: Source/WebCore/dom/RequestAnimationFrameCallback.h

Issue 12021005: Merge 139509 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
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: Source/WebCore/dom/RequestAnimationFrameCallback.h
===================================================================
--- Source/WebCore/dom/RequestAnimationFrameCallback.h (revision 140069)
+++ Source/WebCore/dom/RequestAnimationFrameCallback.h (working copy)
@@ -42,6 +42,7 @@
int m_id;
bool m_firedOrCancelled;
+ bool m_useLegacyTimeBase;
};
}

Powered by Google App Engine
This is Rietveld 408576698