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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp

Issue 2664063003: Remove unused declarations of pageLogicalHeight. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
index 359acb0524b8a521a062c2975514686772581dc1..54851bf6cc90e5a85413a40b3b8753228e399b61 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
@@ -1034,8 +1034,7 @@ LayoutUnit LayoutBlockFlow::adjustFloatLogicalTopForPagination(
} else {
// Even if we didn't break before the border box to the next
// fragmentainer, we need to check if we can fit the margin before it.
- if (LayoutUnit pageLogicalHeight =
- pageLogicalHeightForOffset(logicalTopMarginEdge)) {
+ if (pageLogicalHeightForOffset(logicalTopMarginEdge)) {
LayoutUnit remainingSpace = pageRemainingLogicalHeightForOffset(
logicalTopMarginEdge, AssociateWithLatterPage);
if (remainingSpace <= marginBefore)
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698