| Index: sky/engine/core/page/ChromeClient.h
|
| diff --git a/sky/engine/core/page/ChromeClient.h b/sky/engine/core/page/ChromeClient.h
|
| index d4150ccf0b280875bc04752f8a8c81174fb61931..912ad96db91e187974259c4772a998b5b4e45e0e 100644
|
| --- a/sky/engine/core/page/ChromeClient.h
|
| +++ b/sky/engine/core/page/ChromeClient.h
|
| @@ -84,7 +84,7 @@ public:
|
| virtual IntRect rootViewToScreen(const IntRect&) const = 0;
|
| virtual blink::WebScreenInfo screenInfo() const = 0;
|
| virtual void setCursor(const Cursor&) = 0;
|
| - virtual void scheduleAnimation() = 0;
|
| + virtual void scheduleVisualUpdate() = 0;
|
| // End methods used by HostWindow.
|
|
|
| virtual void layoutUpdated(LocalFrame*) const { }
|
|
|