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

Unified Diff: Source/core/frame/RemoteDOMWindow.cpp

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/frame/RemoteDOMWindow.h ('k') | Source/core/frame/Window.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/RemoteDOMWindow.cpp
diff --git a/Source/core/frame/RemoteDOMWindow.cpp b/Source/core/frame/RemoteDOMWindow.cpp
index 9a88e1dddd6f34239c4e6e2a9217222e94b2454e..f803bb492347b6f5a162b943b7fc78f8ce6eb056 100644
--- a/Source/core/frame/RemoteDOMWindow.cpp
+++ b/Source/core/frame/RemoteDOMWindow.cpp
@@ -327,13 +327,13 @@ PassRefPtrWillBeRawPtr<CSSRuleList> RemoteDOMWindow::getMatchedCSSRules(Element*
return nullptr;
}
-int RemoteDOMWindow::requestAnimationFrame(RequestAnimationFrameCallback*)
+int RemoteDOMWindow::requestAnimationFrame(FrameRequestCallback*)
{
ASSERT_NOT_REACHED();
return 0;
}
-int RemoteDOMWindow::webkitRequestAnimationFrame(RequestAnimationFrameCallback*)
+int RemoteDOMWindow::webkitRequestAnimationFrame(FrameRequestCallback*)
{
ASSERT_NOT_REACHED();
return 0;
« no previous file with comments | « Source/core/frame/RemoteDOMWindow.h ('k') | Source/core/frame/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698