| Index: components/html_viewer/blink_platform_impl.h
|
| diff --git a/components/html_viewer/blink_platform_impl.h b/components/html_viewer/blink_platform_impl.h
|
| index b651e04cba05b3dd70f029706019eb1f64496c3b..ffc0110db6b495e853c350bc026cc307d6a44eae 100644
|
| --- a/components/html_viewer/blink_platform_impl.h
|
| +++ b/components/html_viewer/blink_platform_impl.h
|
| @@ -54,6 +54,7 @@ class BlinkPlatformImpl : public blink::Platform {
|
| size_t length);
|
| virtual bool isThreadedCompositingEnabled();
|
| virtual blink::WebCompositorSupport* compositorSupport();
|
| + uint32_t getUniqueIdForProcess() override;
|
| void createMessageChannel(blink::WebMessagePortChannel** channel1,
|
| blink::WebMessagePortChannel** channel2) override;
|
| virtual blink::WebURLLoader* createURLLoader();
|
|
|