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

Unified Diff: client/tests/client/layout/GridLayoutDemo.dart

Issue 8360025: Move the individual property definitions from client/base/Css to CSSStyleDeclaration. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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
Index: client/tests/client/layout/GridLayoutDemo.dart
diff --git a/client/tests/client/layout/GridLayoutDemo.dart b/client/tests/client/layout/GridLayoutDemo.dart
index 8306b06c8511c356a1f89f0ed5b3b29976b5060a..c931b2bdebcbdafdba5710d3f1402f75c48e9232 100644
--- a/client/tests/client/layout/GridLayoutDemo.dart
+++ b/client/tests/client/layout/GridLayoutDemo.dart
@@ -95,7 +95,7 @@ class MockView extends View {
node.id = id;
CollectionUtils.copyMap(customStyle, styles);
// TODO(jmesserly): this is needed to get horizontal content-sizing to work
- Css.setDisplay(node.style, 'inline-block');
+ node.style.display = 'inline-block';
}
}

Powered by Google App Engine
This is Rietveld 408576698