| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index d4aa8f5a110950fbb61769d4188a6b9b2293efc7..f3a7e2ea5802d5d71d79d2a1022a26545a12ef0b 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;
|
|
|