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

Unified Diff: third_party/WebKit/Source/core/css/CSSRule.idl

Issue 2841493002: Remove WEBKIT_KEYFRAMES_RULE and WEBKIT_KEYFRAME_RULE (Closed)
Patch Set: TEMP Created 3 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
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSRule.h ('k') | ui/file_manager/externs/css_rule.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSRule.idl
diff --git a/third_party/WebKit/Source/core/css/CSSRule.idl b/third_party/WebKit/Source/core/css/CSSRule.idl
index 23bc3a75ce63a9649be91108ec78ef7e93fb6171..ed4470d1a7e085ba98db090def03a1cbca44ea8c 100644
--- a/third_party/WebKit/Source/core/css/CSSRule.idl
+++ b/third_party/WebKit/Source/core/css/CSSRule.idl
@@ -51,6 +51,6 @@
[RuntimeEnabled=CSSViewport] const unsigned short VIEWPORT_RULE = 15;
// Non-standard APIs
- const unsigned short WEBKIT_KEYFRAMES_RULE = 7;
- const unsigned short WEBKIT_KEYFRAME_RULE = 8;
+ // const unsigned short WEBKIT_KEYFRAMES_RULE = 7;
+ // const unsigned short WEBKIT_KEYFRAME_RULE = 8;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSRule.h ('k') | ui/file_manager/externs/css_rule.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698