| Index: content/child/browser_font_resource_trusted.h
|
| diff --git a/content/child/browser_font_resource_trusted.h b/content/child/browser_font_resource_trusted.h
|
| index 2e399badca7964832db8c9ff7f8b879a3363d91f..19d25529c6bbfa30daef5a60563a3b9bc35970a3 100644
|
| --- a/content/child/browser_font_resource_trusted.h
|
| +++ b/content/child/browser_font_resource_trusted.h
|
| @@ -16,8 +16,7 @@
|
| #include "ppapi/proxy/plugin_resource.h"
|
| #include "ppapi/shared_impl/ppapi_preferences.h"
|
| #include "ppapi/thunk/ppb_browser_font_trusted_api.h"
|
| -
|
| -class SkCanvas;
|
| +#include "skia/ext/cdl_common.h"
|
|
|
| namespace blink {
|
| class WebFont;
|
| @@ -61,7 +60,7 @@ class BrowserFontResource_Trusted
|
| ~BrowserFontResource_Trusted() override;
|
|
|
| // Internal version of DrawTextAt that takes a mapped PlatformCanvas.
|
| - void DrawTextToCanvas(SkCanvas* destination,
|
| + void DrawTextToCanvas(CdlCanvas* destination,
|
| const PP_BrowserFont_Trusted_TextRun& text,
|
| const PP_Point* position,
|
| uint32_t color,
|
|
|