| Index: third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h b/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h
|
| index 74c19b700e87a9bb6602099813f6a1cd27e236f1..f04c97563fb69f96da9962b3ab86e5523b04110b 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h
|
| @@ -36,6 +36,7 @@
|
| #include "core/layout/api/LineLayoutText.h"
|
| #include "core/layout/line/InlineTextBox.h"
|
| #include "wtf/HashMap.h"
|
| +#include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|