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

Unified Diff: sky/sdk/lib/widgets/ui_node.dart

Issue 1175423007: Create an example app that demonstrates interactive coordination of an fn tree and a raw RenderObje… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/sdk/lib/widgets/basic.dart ('k') | sky/tests/raw/sector_layout.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/widgets/ui_node.dart
diff --git a/sky/sdk/lib/widgets/ui_node.dart b/sky/sdk/lib/widgets/ui_node.dart
index a0fcc6f35ca052dbe784f76a542f61264c15d722..08ff047a69f8931dc32c34073e6388c30883bb0f 100644
--- a/sky/sdk/lib/widgets/ui_node.dart
+++ b/sky/sdk/lib/widgets/ui_node.dart
@@ -804,9 +804,9 @@ abstract class App extends AbstractUINodeRoot {
typedef UINode Builder();
-class RenderObjectToUINodeAdapter extends AbstractUINodeRoot {
+class RenderBoxToUINodeAdapter extends AbstractUINodeRoot {
- RenderObjectToUINodeAdapter(
+ RenderBoxToUINodeAdapter(
RenderObjectWithChildMixin<RenderBox> container,
this.builder
) : _container = container, super() {
@@ -843,4 +843,4 @@ class RenderObjectToUINodeAdapter extends AbstractUINodeRoot {
}
UINode build() => builder();
-}
+}
« no previous file with comments | « sky/sdk/lib/widgets/basic.dart ('k') | sky/tests/raw/sector_layout.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698