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

Unified Diff: third_party/polymer/v1_0/components-chromium/app-layout/app-scroll-effects/effects/material-extracted.js

Issue 2633633002: Polymer: Remove unused app-layout element (Closed)
Patch Set: Fix closure Created 3 years, 11 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: third_party/polymer/v1_0/components-chromium/app-layout/app-scroll-effects/effects/material-extracted.js
diff --git a/third_party/polymer/v1_0/components-chromium/app-layout/app-scroll-effects/effects/material-extracted.js b/third_party/polymer/v1_0/components-chromium/app-layout/app-scroll-effects/effects/material-extracted.js
deleted file mode 100644
index 6cf0eae856cc7c7683aa0b3c882a07e6070799ba..0000000000000000000000000000000000000000
--- a/third_party/polymer/v1_0/components-chromium/app-layout/app-scroll-effects/effects/material-extracted.js
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
- * Shorthand for the waterfall, resize-title, blend-background, and parallax-background effects.
- */
- Polymer.AppLayout.registerEffect('material', {
- /**
- * @this Polymer.AppLayout.ElementWithBackground
- */
- setUp: function setUp() {
- this.effects = 'waterfall resize-title blend-background parallax-background';
- return false;
- }
- });

Powered by Google App Engine
This is Rietveld 408576698