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

Unified Diff: runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/observatory_element.dart

Issue 24471002: Initial GUI for review (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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: runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/observatory_element.dart
diff --git a/runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/observatory_element.dart b/runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/observatory_element.dart
new file mode 100644
index 0000000000000000000000000000000000000000..1ed134cb6f3fcc3c9ab43db48b32b2b25195449b
--- /dev/null
+++ b/runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/observatory_element.dart
@@ -0,0 +1,8 @@
+part of observatory;
+
+/// Base class for all custom elements. Holds an observable
+/// [ObservableApplication] and applies author styles.
+class ObservatoryElement extends PolymerElement with ObservableMixin {
+ @observable ObservatoryApplication app;
+ bool get applyAuthorStyles => true;
+}

Powered by Google App Engine
This is Rietveld 408576698