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

Unified Diff: sky/sdk/lib/framework/theme2/edges.dart

Issue 1187483003: Fix the expectations file for stocks, since floating action button changed how it was being drawn. (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/framework/rendering/paragraph.dart ('k') | sky/tests/framework/stocks-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/theme2/edges.dart
diff --git a/sky/sdk/lib/framework/theme2/edges.dart b/sky/sdk/lib/framework/theme2/edges.dart
index d60f5e7e11a4731eaacae59b680da42044f9196f..4da5d9b44e66888660f5c2ef12344db6317ddc53 100644
--- a/sky/sdk/lib/framework/theme2/edges.dart
+++ b/sky/sdk/lib/framework/theme2/edges.dart
@@ -5,7 +5,7 @@
enum MaterialEdge { canvas, card, circle }
const Map<MaterialEdge, double> edges = const {
- MaterialEdge.canvas: 0.0,
+ MaterialEdge.canvas: null,
MaterialEdge.card: 2.0,
MaterialEdge.circle: null,
};
« no previous file with comments | « sky/sdk/lib/framework/rendering/paragraph.dart ('k') | sky/tests/framework/stocks-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698