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

Unified Diff: lib/src/common/polymer_mixin.dart

Issue 1290643006: First cut at behaviors. This just implements the lifecycle methodsportion. We may get the rest for … (Closed) Base URL: git@github.com:dart-lang/polymer-dart.git@master
Patch Set: Created 5 years, 4 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: lib/src/common/polymer_mixin.dart
diff --git a/lib/src/common/polymer_mixin.dart b/lib/src/common/polymer_mixin.dart
index c16678a9432bd39d4b047e650ec8ceb640c55185..b813acd8fd505ca55576ba9dc9a1d923b4ebb1fd 100644
--- a/lib/src/common/polymer_mixin.dart
+++ b/lib/src/common/polymer_mixin.dart
@@ -6,11 +6,12 @@ library polymer.src.common.polymer_js_proxy;
import 'dart:html';
import 'dart:js';
import 'package:polymer_interop/polymer_interop.dart' show Polymer, PolymerDom;
+import 'package:web_components/web_components.dart';
import 'js_proxy.dart';
/// Basic api for re-using the polymer js prototypes.
-abstract class PolymerMixin implements JsProxy {
+abstract class PolymerMixin implements JsProxy, CustomElementProxyMixin {
JsObject _proxy;
JsObject get jsElement {

Powered by Google App Engine
This is Rietveld 408576698