| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index 675d765fb8b9b4e792822752bdfb3573f2d70b7c..491d667802a29620da089cd131af7a29af057531 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -174,7 +174,7 @@ public:
|
|
|
| // TileManagerClient implementation.
|
| virtual void ScheduleManageTiles() OVERRIDE;
|
| - virtual void ScheduleRedraw() OVERRIDE;
|
| + virtual void ScheduleCheckForCompletedSetPixels() OVERRIDE;
|
|
|
| // WebCompositorOutputSurfaceClient implementation.
|
| virtual void onVSyncParametersChanged(double monotonicTimebase, double intervalInSeconds) OVERRIDE;
|
|
|