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

Unified Diff: third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.h

Issue 2719713002: Simplify whitespace layout object creation.
Patch Set: Created 3 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
Index: third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.h
diff --git a/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.h b/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.h
index 2d88e1685fd12977a6373b35d83c5b6b12e15b92..e02c8176cfb8f5d8acff6aa8eeec829d39a2aa8d 100644
--- a/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.h
+++ b/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.h
@@ -71,7 +71,8 @@ class CORE_EXPORT LayoutTreeBuilderTraversal {
int32_t limit = kTraverseAllSiblings);
static LayoutObject* previousSiblingLayoutObject(
const Node&,
- int32_t limit = kTraverseAllSiblings);
+ int32_t limit = kTraverseAllSiblings,
+ bool* ranOutOfSiblings = nullptr);
static LayoutObject* nextInTopLayer(const Element&);
static inline Element* parentElement(const Node& node) {

Powered by Google App Engine
This is Rietveld 408576698