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

Unified Diff: lib/paper_inky_focus_behavior.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_icon_item.dart ('k') | lib/paper_inky_focus_behavior.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/paper_inky_focus_behavior.dart
diff --git a/lib/paper_inky_focus_behavior.dart b/lib/paper_inky_focus_behavior.dart
index 0672cc53857254f28058bdb95e23db108245903d..98cf3f322cdaaa5e5b182ee4f1fa19b8501ad98b 100644
--- a/lib/paper_inky_focus_behavior.dart
+++ b/lib/paper_inky_focus_behavior.dart
@@ -11,8 +11,9 @@ import 'package:polymer_interop/polymer_interop.dart';
import 'iron_button_state.dart';
import 'iron_a11y_keys_behavior.dart';
import 'iron_control_state.dart';
+import 'paper_ripple_behavior.dart';
/// `Polymer.PaperInkyFocusBehavior` implements a ripple when the element has keyboard focus.
@BehaviorProxy(const ['Polymer', 'PaperInkyFocusBehavior'])
-abstract class PaperInkyFocusBehavior implements CustomElementProxyMixin, IronButtonState, IronControlState {
+abstract class PaperInkyFocusBehavior implements CustomElementProxyMixin, IronButtonState, IronControlState, PaperRippleBehavior {
}
« no previous file with comments | « lib/paper_icon_item.dart ('k') | lib/paper_inky_focus_behavior.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698