| Index: sky/engine/public/web/WebWidgetClient.h
|
| diff --git a/sky/engine/public/web/WebWidgetClient.h b/sky/engine/public/web/WebWidgetClient.h
|
| index e9d37e9761333eb171df18cc49e4c8c9a4771e0b..470d3a9e3383a74c20ed18a6b778ea43c1a66b27 100644
|
| --- a/sky/engine/public/web/WebWidgetClient.h
|
| +++ b/sky/engine/public/web/WebWidgetClient.h
|
| @@ -55,9 +55,7 @@ public:
|
| virtual void didAutoResize(const WebSize& newSize) { }
|
|
|
| // Initialize compositing for this widget.
|
| - // Return a compositing view used for this widget owned by the
|
| - // WebWidgetClient.
|
| - virtual WebLayerTreeView* initializeLayerTreeView() { BLINK_ASSERT_NOT_REACHED(); return 0; }
|
| + virtual void initializeLayerTreeView() { BLINK_ASSERT_NOT_REACHED(); };
|
|
|
| // Sometimes the WebWidget enters a state where it will generate a sequence
|
| // of invalidations that should not, by themselves, trigger the compositor
|
|
|