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

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: 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..04cd1ac64d76e0e47a22161c8fb65d9a940f79bd 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();
+ sequence<CSSRegion> getRegionsByContent(Node contentNode);
+ sequence<CSSRegion> getRegions();
NodeList getContent();
};

Powered by Google App Engine
This is Rietveld 408576698