| Index: third_party/WebKit/Source/core/layout/TextAutosizer.h
|
| diff --git a/third_party/WebKit/Source/core/layout/TextAutosizer.h b/third_party/WebKit/Source/core/layout/TextAutosizer.h
|
| index a99f0751e458c9b1f9e0a6906fdba4f7affac00c..8a65400197f9bbb63573ca062e965e7bd533c960 100644
|
| --- a/third_party/WebKit/Source/core/layout/TextAutosizer.h
|
| +++ b/third_party/WebKit/Source/core/layout/TextAutosizer.h
|
| @@ -73,8 +73,6 @@ public:
|
| class LayoutScope {
|
| STACK_ALLOCATED();
|
| public:
|
| - // TODO(kojii): SubtreeLayoutScope should not be optional once all
|
| - // callers are fixed.
|
| explicit LayoutScope(LayoutBlock*, SubtreeLayoutScope* = nullptr);
|
| ~LayoutScope();
|
| protected:
|
|
|