| Index: content/common/font_config_ipc_linux.h
|
| diff --git a/content/common/font_config_ipc_linux.h b/content/common/font_config_ipc_linux.h
|
| index c5cf80f72744dac30632e84bd43563e9fa94472d..17082867986949f13ddf03f1d297ca5475f8694b 100644
|
| --- a/content/common/font_config_ipc_linux.h
|
| +++ b/content/common/font_config_ipc_linux.h
|
| @@ -6,10 +6,14 @@
|
| #define CONTENT_COMMON_FONT_CONFIG_IPC_LINUX_H_
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "third_party/skia/include/core/SkStream.h"
|
| +#include "third_party/skia/include/core/SkTypeface.h"
|
| #include "third_party/skia/include/ports/SkFontConfigInterface.h"
|
|
|
| #include <string>
|
|
|
| +class SkString;
|
| +
|
| namespace content {
|
|
|
| // FontConfig implementation for Skia that proxies out of process to get out
|
| @@ -25,7 +29,7 @@ class FontConfigIPC : public SkFontConfigInterface {
|
| SkString* outFamilyName,
|
| SkTypeface::Style* outStyle) override;
|
|
|
| - SkStream* openStream(const FontIdentity&) override;
|
| + SkStreamAsset* openStream(const FontIdentity&) override;
|
|
|
| enum Method {
|
| METHOD_MATCH = 0,
|
|
|