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

Unified Diff: Source/core/frame/NavigatorCPU.idl

Issue 262723002: Implement navigator.hardwareConcurrency (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/core/frame/NavigatorCPU.idl
diff --git a/Source/core/animation/AnimationEffect.idl b/Source/core/frame/NavigatorCPU.idl
similarity index 67%
copy from Source/core/animation/AnimationEffect.idl
copy to Source/core/frame/NavigatorCPU.idl
index f5dc6ce2f5788ac2b080b806ce9f3afba8188b3f..43329daf0a245bf926526e37a2878ad834342736 100644
--- a/Source/core/animation/AnimationEffect.idl
+++ b/Source/core/frame/NavigatorCPU.idl
@@ -3,8 +3,7 @@
// found in the LICENSE file.
[
- RuntimeEnabled=WebAnimationsAPI,
NoInterfaceObject,
- WillBeGarbageCollected
-] interface AnimationEffect {
+] interface NavigatorCPU {
Rik 2014/05/18 23:18:30 This is a strange diff. Is there a conflict?
Daniel Bratell 2014/05/22 12:56:22 Just the system thinking this is a modified copy o
Rik 2014/05/22 13:41:54 OK. The spec changed to the attribute from 'cores'
+ readonly attribute unsigned long cores;
};

Powered by Google App Engine
This is Rietveld 408576698