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

Unified Diff: sky/examples/stocks/stock.sky

Issue 954023002: Implement quantum ink splashes (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: nits Created 5 years, 10 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 | sky/framework/material-element.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/stocks/stock.sky
diff --git a/sky/examples/stocks/stock.sky b/sky/examples/stocks/stock.sky
index 71261f6f11839f1ec3b9647504c4b5f9fb44afb0..335fada1fd256eeec1509b8b84825a459cd5f061 100644
--- a/sky/examples/stocks/stock.sky
+++ b/sky/examples/stocks/stock.sky
@@ -3,6 +3,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-->
+<import src="/sky/framework/material-element.sky" />
<import src="/sky/framework/sky-element.sky" />
<import src="stock-arrow.sky" />
@@ -46,7 +47,7 @@
import "dart:sky";
@Tagname('stock')
-class Stock extends SkyElement {
+class Stock extends MaterialElement {
var model; // model.Stock
void shadowRootReady() {
« no previous file with comments | « no previous file | sky/framework/material-element.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698