Chromium Code Reviews| Index: Source/core/rendering/InlineTextBox.h |
| diff --git a/Source/core/rendering/InlineTextBox.h b/Source/core/rendering/InlineTextBox.h |
| index 8071248d180a445accb35e3eb6f83075bdfcb773..f82a860ba6e93db65c589735b64990f43a9a1cdf 100644 |
| --- a/Source/core/rendering/InlineTextBox.h |
| +++ b/Source/core/rendering/InlineTextBox.h |
| @@ -25,6 +25,7 @@ |
| #include "core/rendering/InlineBox.h" |
| #include "core/rendering/RenderText.h" // so textRenderer() can be inline |
| +#include "platform/fonts/TextBlob.h" |
| #include "platform/text/TextRun.h" |
| #include "wtf/Forward.h" |