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

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

Issue 1190223002: Make the skyanalyzer check the stocks app during testing. (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
Index: sky/sdk/lib/rendering/box.dart
diff --git a/sky/sdk/lib/rendering/box.dart b/sky/sdk/lib/rendering/box.dart
index ef9ee9363fd5ec0b46f61f9ef8308e99f2912319..b72fef482a3962f49bf1f67abca83a971020e514 100644
--- a/sky/sdk/lib/rendering/box.dart
+++ b/sky/sdk/lib/rendering/box.dart
@@ -1011,6 +1011,10 @@ class RenderView extends RenderObject with RenderObjectWithChildMixin<RenderBox>
markNeedsLayout();
}
+ void performResize() {
+ assert(false);
+ }
+
void performLayout() {
if (_rootConstraints.orientation != _orientation) {
if (_orientation != null && child != null)
« no previous file with comments | « no previous file | sky/tools/webkitpy/layout_tests/port/base.py » ('j') | sky/tools/webkitpy/layout_tests/run_webkit_tests.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698