| Index: third_party/WebKit/Source/platform/text/TextRun.h
|
| diff --git a/third_party/WebKit/Source/platform/text/TextRun.h b/third_party/WebKit/Source/platform/text/TextRun.h
|
| index 9da5d7474495bebb5b4dc5f6d4ad438c09f857c5..4c30b34712f8bddc1ad6b1df9aac6505d277b31b 100644
|
| --- a/third_party/WebKit/Source/platform/text/TextRun.h
|
| +++ b/third_party/WebKit/Source/platform/text/TextRun.h
|
| @@ -31,6 +31,7 @@
|
| #include "platform/text/TabSize.h"
|
| #include "platform/text/TextDirection.h"
|
| #include "platform/text/TextPath.h"
|
| +#include "third_party/skia/include/core/SkRefCnt.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/text/StringView.h"
|
| #include "wtf/text/WTFString.h"
|
| @@ -249,7 +250,7 @@ public:
|
| unsigned from;
|
| unsigned to;
|
| FloatRect bounds;
|
| - RefPtr<const SkTextBlob>* cachedTextBlob;
|
| + sk_sp<const SkTextBlob>* cachedTextBlob;
|
| };
|
|
|
| } // namespace blink
|
|
|