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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_layout_result.cc

Issue 2785213002: Remove unused variable layout_object. (Closed)
Patch Set: Created 3 years, 9 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 | « third_party/WebKit/Source/core/layout/ng/ng_layout_result.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/ng/ng_layout_result.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_result.cc b/third_party/WebKit/Source/core/layout/ng/ng_layout_result.cc
index c5bd0479add1f4f5c6d6dc70b81b6eda180d1193..f257bd341814fa86041010a65de7646eb3a9d8a3 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_layout_result.cc
+++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_result.cc
@@ -13,7 +13,6 @@ NGLayoutResult::NGLayoutResult(
Vector<NGStaticPosition> out_of_flow_positions,
Vector<RefPtr<NGFloatingObject>>& unpositioned_floats)
: physical_fragment_(std::move(physical_fragment)),
- layout_object_(nullptr),
out_of_flow_descendants_(out_of_flow_descendants),
out_of_flow_positions_(out_of_flow_positions) {
unpositioned_floats_.swap(unpositioned_floats);
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/ng_layout_result.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698