| Index: content/browser/renderer_host/compositor_impl_android.h
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h
|
| index 6d49a396a9d8be47d62bc53da8db711ab1200ab8..57d791fb84fe294ac1a1a87e04f9bfbad7dc7903 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -154,9 +154,9 @@ class CONTENT_EXPORT CompositorImpl
|
| // Whether we need to update animations on the next composite.
|
| bool needs_animate_;
|
|
|
| - // The number of SwapBuffer calls that have not returned and ACK'd from
|
| + // The number of SubmitFrame calls that have not returned and ACK'd from
|
| // the GPU thread.
|
| - unsigned int pending_swapbuffers_;
|
| + unsigned int pending_frames_;
|
|
|
| size_t num_successive_context_creation_failures_;
|
|
|
|
|