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

Unified Diff: Source/core/dom/Document.h

Issue 1043903003: rAF: Introduce FrameRequestCallbackCollection for managing rAF callbacks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 9 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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 43226e4f088d6f43fc46f71e9578b0dfb19de206..149208d3892b5beb88f4d70d8341900b529bd85f 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -105,6 +105,7 @@ class FloatRect;
class FormController;
class Frame;
class FrameHost;
+class FrameRequestCallback;
class FrameView;
class HTMLAllCollection;
class HTMLCanvasElement;
@@ -134,7 +135,6 @@ class ProcessingInstruction;
class QualifiedName;
class Range;
class LayoutView;
-class RequestAnimationFrameCallback;
class ResourceFetcher;
class SVGDocumentExtensions;
class SVGUseElement;
@@ -949,7 +949,7 @@ public:
const DocumentTiming& timing() const { return m_documentTiming; }
- int requestAnimationFrame(RequestAnimationFrameCallback*);
+ int requestAnimationFrame(FrameRequestCallback*);
void cancelAnimationFrame(int id);
void serviceScriptedAnimations(double monotonicAnimationStartTime);
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698