| Index: sky/engine/public/sky/sky_view_client.h
|
| diff --git a/sky/engine/public/sky/sky_view_client.h b/sky/engine/public/sky/sky_view_client.h
|
| index 16f9552b4d4a615f84ec5ae2159a694c814d93a3..54ab8262e38113231aeed164df1ef0af67b188d5 100644
|
| --- a/sky/engine/public/sky/sky_view_client.h
|
| +++ b/sky/engine/public/sky/sky_view_client.h
|
| @@ -9,7 +9,7 @@ namespace blink {
|
|
|
| class SkyViewClient {
|
| public:
|
| - virtual void SchedulePaint() = 0;
|
| + virtual void ScheduleFrame() = 0;
|
|
|
| protected:
|
| virtual ~SkyViewClient();
|
|
|