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

Unified Diff: lib/paper_progress.dart

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 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 | « lib/paper_material.dart ('k') | lib/paper_progress.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/paper_progress.dart
diff --git a/lib/paper_progress.dart b/lib/paper_progress.dart
index e42a4f859b860b252f019d476c3cf3c48191b8e2..5d702ae0fcd7f2084be0501ef072cd6cd3ad4743 100644
--- a/lib/paper_progress.dart
+++ b/lib/paper_progress.dart
@@ -9,8 +9,8 @@ import 'dart:js' show JsArray, JsObject;
import 'package:web_components/web_components.dart';
import 'package:polymer_interop/polymer_interop.dart';
import 'iron_range_behavior.dart';
-import 'paper_styles.dart';
-import 'paper_styles_classes.dart';
+import 'color.dart';
+import 'iron_flex_layout.dart';
/// The progress bars are for situations where the percentage completed can be
/// determined. They give users a quick sense of how much longer an operation
« no previous file with comments | « lib/paper_material.dart ('k') | lib/paper_progress.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698