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

Unified Diff: Source/core/dom/WebKitNamedFlow.idl

Issue 38943008: Explore the possibility of implementing the CSS Region interface. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Prototype v2 Created 7 years, 2 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
Index: Source/core/dom/WebKitNamedFlow.idl
diff --git a/Source/core/dom/WebKitNamedFlow.idl b/Source/core/dom/WebKitNamedFlow.idl
index f1185b4efb1983952efe91fe1d765e719c04447f..88dd26dbc07e66818865a6e3a46b38c1ae67d813 100644
--- a/Source/core/dom/WebKitNamedFlow.idl
+++ b/Source/core/dom/WebKitNamedFlow.idl
@@ -36,7 +36,7 @@
readonly attribute DOMString name;
readonly attribute boolean overset;
readonly attribute long firstEmptyRegionIndex;
- NodeList getRegionsByContent(Node contentNode);
- NodeList getRegions();
+ [Custom] sequence<custom> getRegionsByContent(Node contentNode);
+ [Custom] sequence<custom> getRegions();
NodeList getContent();
};

Powered by Google App Engine
This is Rietveld 408576698