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

Unified Diff: sky/engine/core/dom/Element.h

Issue 950603002: Port sky-scrollable to Dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/engine/core/dom/Element.cpp » ('j') | sky/engine/core/dom/Element.idl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Element.h
diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
index 06fb806f0a18d1fedfdcd82c3fa0400ca1c9896a..40c5f6ac6ff3d8de995d140872b21e2a5edcaea9 100644
--- a/sky/engine/core/dom/Element.h
+++ b/sky/engine/core/dom/Element.h
@@ -78,6 +78,7 @@ public:
void setAttribute(const AtomicString& name, ExceptionState& es) {
setAttribute(name, String(), es);
}
+ void setAttributes(const Vector<RefPtr<Attr>>& attrs, ExceptionState& es);
void removeAttribute(const AtomicString& name);
void removeAttribute(const QualifiedName&);
« no previous file with comments | « no previous file | sky/engine/core/dom/Element.cpp » ('j') | sky/engine/core/dom/Element.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698