| Index: cc/output/output_surface.h
|
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
|
| index f30d3f3f0726a803c0dbbce1cfd5fa4661a0746a..c75092deb850c51b1441d11f27405762038ad577 100644
|
| --- a/cc/output/output_surface.h
|
| +++ b/cc/output/output_surface.h
|
| @@ -163,7 +163,7 @@ class CC_EXPORT OutputSurface : public FrameRateControllerClient {
|
| int max_frames_pending_;
|
| int pending_swap_buffers_;
|
| bool needs_begin_frame_;
|
| - bool begin_frame_pending_;
|
| + bool client_ready_for_begin_frame_;
|
|
|
| // Forwarded to OutputSurfaceClient but threaded through OutputSurface
|
| // first so OutputSurface has a chance to update the FrameRateController
|
|
|