Commit 6d648561 authored by Adam Barth's avatar Adam Barth

Implement quantum ink splashes

These aren't 100% correct, but they look somewhat reasonable.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/954023002
parent b4385bce
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
--> -->
<import src="/sky/framework/material-element.sky" />
<import src="/sky/framework/sky-element.sky" /> <import src="/sky/framework/sky-element.sky" />
<import src="stock-arrow.sky" /> <import src="stock-arrow.sky" />
...@@ -46,7 +47,7 @@ ...@@ -46,7 +47,7 @@
import "dart:sky"; import "dart:sky";
@Tagname('stock') @Tagname('stock')
class Stock extends SkyElement { class Stock extends MaterialElement {
var model; // model.Stock var model; // model.Stock
void shadowRootReady() { void shadowRootReady() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment