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

Unified Diff: sky/sdk/lib/framework/rendering/node.dart

Issue 1168623002: Fix Sky issue where RenderNode was not painting automatically in interactive situations (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase Created 5 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/rendering/node.dart
diff --git a/sky/sdk/lib/framework/rendering/node.dart b/sky/sdk/lib/framework/rendering/node.dart
index cfeec1599ddcfe35ef32316a6f407fd5990a3e7d..9d6248eaf7e4037cb6e61c56b8421b413b61f357 100644
--- a/sky/sdk/lib/framework/rendering/node.dart
+++ b/sky/sdk/lib/framework/rendering/node.dart
@@ -98,6 +98,7 @@ abstract class RenderNode extends AbstractNode {
parent.markNeedsLayout();
} else {
_nodesNeedingLayout.add(this);
+ scheduler.ensureVisualUpdate();
}
}
static void flushLayout() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698