| Index: third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_iterator.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_iterator.h b/third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_iterator.h
|
| index e9780f341586ba113db96454c0c66d979b4f35ec..b9b63324834962856fc3cfb009b440e67838ccd5 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_iterator.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_iterator.h
|
| @@ -40,6 +40,11 @@ class CORE_EXPORT NGLayoutOpportunityIterator final {
|
| // TODO(chrome-layout-team): Refactor with using C++ <iterator> library.
|
| const NGLayoutOpportunity Next();
|
|
|
| +#ifndef NDEBUG
|
| + // Prints Layout Opportunity tree for debug purposes.
|
| + void ShowLayoutOpportunityTree() const;
|
| +#endif
|
| +
|
| private:
|
| // Mutable Getters.
|
| NGLayoutOpportunityTreeNode* MutableOpportunityTreeRoot() {
|
|
|