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

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

Issue 1340263003: Rename IdleCallbackDeadline to IdleDeadline to be in sync with spec. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/core/dom/IdleDeadline.idl ('k') | Source/core/dom/IdleRequestCallback.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/IdleRequestCallback.h
diff --git a/Source/core/dom/IdleRequestCallback.h b/Source/core/dom/IdleRequestCallback.h
index 49c94c3cc804d71910583df05fa8dbf65a11e5db..a39863fd53239b85d08e67ca5479e26fef0fe158 100644
--- a/Source/core/dom/IdleRequestCallback.h
+++ b/Source/core/dom/IdleRequestCallback.h
@@ -18,7 +18,7 @@ public:
DEFINE_INLINE_VIRTUAL_TRACE() {}
virtual ~IdleRequestCallback() {}
- virtual void handleEvent(IdleCallbackDeadline*) = 0;
+ virtual void handleEvent(IdleDeadline*) = 0;
};
}
« no previous file with comments | « Source/core/dom/IdleDeadline.idl ('k') | Source/core/dom/IdleRequestCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698