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

Unified Diff: sky/engine/core/css/CSSFilterRule.idl

Issue 676923002: Remove the webkit prefix from idl properties and interfaces. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/core/core.gni ('k') | sky/engine/core/css/CSSFilterValue.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSFilterRule.idl
diff --git a/sky/engine/core/css/WebKitCSSFilterRule.idl b/sky/engine/core/css/CSSFilterRule.idl
similarity index 95%
rename from sky/engine/core/css/WebKitCSSFilterRule.idl
rename to sky/engine/core/css/CSSFilterRule.idl
index 09a3176335906a3747d3a10995710e82e0225207..44d95812b46063fc42a4ef81f8d0b862cce5bc5a 100644
--- a/sky/engine/core/css/WebKitCSSFilterRule.idl
+++ b/sky/engine/core/css/CSSFilterRule.idl
@@ -27,9 +27,7 @@
* SUCH DAMAGE.
*/
-[
- ImplementedAs=CSSFilterRule
-] interface WebKitCSSFilterRule : CSSRule {
+interface CSSFilterRule : CSSRule {
readonly attribute CSSStyleDeclaration style;
// FIXME: We should expose the filter name once the CSSOM for the @filter rule is specified.
« no previous file with comments | « sky/engine/core/core.gni ('k') | sky/engine/core/css/CSSFilterValue.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698