| Index: sky/engine/platform/fonts/TextBlob.h
|
| diff --git a/sky/engine/platform/fonts/TextBlob.h b/sky/engine/platform/fonts/TextBlob.h
|
| index d032fdccb02dfa2c3f8e64f4986c11ca1898e568..a364afb0a0592ba2e39c4676b564a578a604c4fd 100644
|
| --- a/sky/engine/platform/fonts/TextBlob.h
|
| +++ b/sky/engine/platform/fonts/TextBlob.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef TextBlob_h
|
| #define TextBlob_h
|
|
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
| #include "third_party/skia/include/core/SkTextBlob.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|