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

Unified Diff: sky/specs/apis.md

Issue 805083008: Specs: More cleanup around the proposed style model to make things more consistent. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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/specs/style.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/apis.md
diff --git a/sky/specs/apis.md b/sky/specs/apis.md
index bd7651d998396f808da5e4248ba000ea1b9bb924..f364d85b0a461814009f15a3d83f8321a76e81a3 100644
--- a/sky/specs/apis.md
+++ b/sky/specs/apis.md
@@ -126,7 +126,7 @@ module 'sky:core' {
virtual void attributeChangeCallback(String name, String? oldValue, String? newValue); // noop
// TODO(ianh): does a node ever need to know when it's been redistributed?
- readonly attribute StyleDeclarationList style; // O(1)
+ readonly attribute ElementStyleDeclarationList style; // O(1)
virtual LayoutManagerConstructor getLayoutManager(RenderNode renderNode); // O(1)
// default implementation looks up the 'display' property and returns the value:
// if (renderNode)
« no previous file with comments | « no previous file | sky/specs/style.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698