summaryrefslogtreecommitdiff
path: root/chromium/content/child/dwrite_font_proxy/dwrite_font_proxy_init_impl_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/child/dwrite_font_proxy/dwrite_font_proxy_init_impl_win.h')
-rw-r--r--chromium/content/child/dwrite_font_proxy/dwrite_font_proxy_init_impl_win.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/content/child/dwrite_font_proxy/dwrite_font_proxy_init_impl_win.h b/chromium/content/child/dwrite_font_proxy/dwrite_font_proxy_init_impl_win.h
index 42b8d18f163..43edcae6921 100644
--- a/chromium/content/child/dwrite_font_proxy/dwrite_font_proxy_init_impl_win.h
+++ b/chromium/content/child/dwrite_font_proxy/dwrite_font_proxy_init_impl_win.h
@@ -8,6 +8,7 @@
#include "base/callback.h"
#include "content/common/content_export.h"
#include "content/public/child/dwrite_font_proxy_init_win.h"
+#include "mojo/public/cpp/bindings/pending_remote.h"
#include "third_party/blink/public/mojom/dwrite_font_proxy/dwrite_font_proxy.mojom.h"
namespace content {
@@ -16,7 +17,8 @@ namespace content {
// useful in tests which use a fake render thread which is unable to process
// font IPC messages. This should only be called when running as a test.
CONTENT_EXPORT void SetDWriteFontProxySenderForTesting(
- base::RepeatingCallback<blink::mojom::DWriteFontProxyPtrInfo(void)> sender);
+ base::RepeatingCallback<
+ mojo::PendingRemote<blink::mojom::DWriteFontProxy>(void)> sender);
// Cleans up the fake dwrite font proxy connection factory.
CONTENT_EXPORT void ClearDWriteFontProxySenderForTesting();