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

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

Issue 1216833003: Make rendering use PaintingNodes for increased efficiency. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Cleanup and fixes for keeping stocks working 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
Index: sky/sdk/lib/widgets/ink_well.dart
diff --git a/sky/sdk/lib/widgets/ink_well.dart b/sky/sdk/lib/widgets/ink_well.dart
index d00530d1f2bbc4d878288ecfd058c36aab4aec25..5feae55f9edf3574b75a13f4daa62b12607e75a6 100644
--- a/sky/sdk/lib/widgets/ink_well.dart
+++ b/sky/sdk/lib/widgets/ink_well.dart
@@ -60,6 +60,8 @@ class InkSplash {
}
class RenderInkWell extends RenderProxyBox {
+ bool get createNewDisplayList => true;
+
RenderInkWell({ RenderBox child }) : super(child);
final List<InkSplash> _splashes = new List<InkSplash>();
« sky/engine/core/painting/PaintingNode.h ('K') | « sky/sdk/lib/rendering/sky_binding.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698