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

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

Issue 2535173006: Percent height border-box content should get correct height in percent height cells (Closed)
Patch Set: bug 669867 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 d4a1ae127069efffcdf007992b919e8e811d66c6..795abf62a6dbb75649412af2bf4d0ac9f72b6dce 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -1097,6 +1097,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