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

Unified Diff: sky/sdk/lib/rendering/sky_binding.dart

Issue 1216833003: Make rendering use PaintingNodes for increased efficiency. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Feedback fixes plus missing critical line that makes it work Created 5 years, 5 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
« sky/sdk/lib/rendering/object.dart ('K') | « sky/sdk/lib/rendering/object.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/rendering/sky_binding.dart
diff --git a/sky/sdk/lib/rendering/sky_binding.dart b/sky/sdk/lib/rendering/sky_binding.dart
index ca441273752a9887745bdf6427baba1c60aa9b6a..5e6f8ace37a7106670ee8efdb28ede0b339220e1 100644
--- a/sky/sdk/lib/rendering/sky_binding.dart
+++ b/sky/sdk/lib/rendering/sky_binding.dart
@@ -63,6 +63,7 @@ class SkyBinding {
if (onFrame != null)
onFrame();
RenderObject.flushLayout();
+ RenderObject.flushPaint();
_renderView.paintFrame();
}
« sky/sdk/lib/rendering/object.dart ('K') | « sky/sdk/lib/rendering/object.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698