| Index: sky/engine/public/web/WebViewClient.h
|
| diff --git a/sky/engine/public/web/WebViewClient.h b/sky/engine/public/web/WebViewClient.h
|
| index 2f0255e62821b0bf903e5585ed0a6cc3193cdc57..5cae7b1291d23b917798b32f10c4635adde34dcb 100644
|
| --- a/sky/engine/public/web/WebViewClient.h
|
| +++ b/sky/engine/public/web/WebViewClient.h
|
| @@ -68,7 +68,7 @@ public:
|
| virtual void initializeLayerTreeView() { BLINK_ASSERT_NOT_REACHED(); };
|
|
|
| // Called when the page should pump a frame.
|
| - virtual void scheduleAnimation() { }
|
| + virtual void scheduleVisualUpdate() { }
|
|
|
| // TODO(esprehn): Sky needs to implement these to control the mojo::View.
|
|
|
|
|