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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBox.h

Issue 2599043002: Percent height border-box content should get correct height in percent height cells (Closed)
Patch Set: Created 4 years 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/layout/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index 85389957c58177b832d12a4553f4e3c3402513a8..71519595be9bf98eaff50a64fa2d089115ff8bb9 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -1095,6 +1095,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
bool shrinkToAvoidFloats() const;
virtual bool avoidsFloats() const;
+ bool shouldBeConsideredAsReplaced() const;
void updateFragmentationInfoForChild(LayoutBox&);
bool childNeedsRelayoutForPagination(const LayoutBox&) const;

Powered by Google App Engine
This is Rietveld 408576698