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

Unified Diff: samples/ui_lib/layout/ViewLayout.dart

Issue 10928139: Changed interfaces to abstract classes where possible in {lib,samples,pkg} (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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: samples/ui_lib/layout/ViewLayout.dart
===================================================================
--- samples/ui_lib/layout/ViewLayout.dart (revision 12252)
+++ samples/ui_lib/layout/ViewLayout.dart (working copy)
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
/** The interface that the layout algorithms use to talk to the view. */
-interface Positionable {
+abstract class Positionable {
ViewLayout get layout();
/** Gets our custom CSS properties, as provided by the CSS preprocessor. */

Powered by Google App Engine
This is Rietveld 408576698