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

Unified Diff: Source/core/dom/Element.h

Issue 15027005: [CSS Regions] Elements in a region should be assignable to a named flow (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index 8b2580bf59f3de445f575a238fbbe14a1f4a90d4..21a9e702f5a1bbe59a988e92ac01b6a2712b6943 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -587,6 +587,7 @@ public:
PassRefPtr<RenderStyle> styleForRenderer();
RenderRegion* renderRegion() const;
+ virtual bool moveToFlowThreadIsNeeded(RefPtr<RenderStyle>& cachedStyle);
const AtomicString& webkitRegionOverset() const;
Vector<RefPtr<Range> > webkitGetRegionFlowRanges() const;

Powered by Google App Engine
This is Rietveld 408576698