| Index: sky/engine/public/web/WebViewClient.h
|
| diff --git a/sky/engine/public/web/WebViewClient.h b/sky/engine/public/web/WebViewClient.h
|
| index c3334409390cab9fbc7b5fd880b9c90c1aef8beb..56becbdd428c23087785ad7de276b96f9251eb11 100644
|
| --- a/sky/engine/public/web/WebViewClient.h
|
| +++ b/sky/engine/public/web/WebViewClient.h
|
| @@ -62,7 +62,7 @@ struct WebSize;
|
|
|
| class WebViewClient {
|
| public:
|
| - virtual ServiceProvider& services() = 0;
|
| + virtual ServiceProvider* services() { return nullptr; }
|
|
|
| // Initialize compositing for this widget.
|
| virtual void initializeLayerTreeView() { BLINK_ASSERT_NOT_REACHED(); };
|
|
|