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

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

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 | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_layout_result.cc » ('j') | 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.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_result.h b/third_party/WebKit/Source/core/layout/ng/ng_layout_result.h
index 64689633dfde025341e81d111a125cb33f70de24..4ba05244cd8ab829cd8ea98e0652fbb4aeda5e5d 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_layout_result.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_result.h
@@ -62,7 +62,6 @@ class CORE_EXPORT NGLayoutResult : public RefCounted<NGLayoutResult> {
Vector<RefPtr<NGFloatingObject>>& unpositioned_floats);
RefPtr<NGPhysicalFragment> physical_fragment_;
- LayoutObject* layout_object_;
PersistentHeapLinkedHashSet<WeakMember<NGBlockNode>> out_of_flow_descendants_;
Vector<NGStaticPosition> out_of_flow_positions_;
Vector<RefPtr<NGFloatingObject>> unpositioned_floats_;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_layout_result.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698