Chromium Code Reviews| Index: blimp/client/feature/compositor/blimp_compositor.h |
| diff --git a/blimp/client/feature/compositor/blimp_compositor.h b/blimp/client/feature/compositor/blimp_compositor.h |
| index e247db6b84b89ef0e62b511f82be4e3caf46a0a1..ab9f8c9d6eb5ca9142c014ef7ccd17c7de2fd89a 100644 |
| --- a/blimp/client/feature/compositor/blimp_compositor.h |
| +++ b/blimp/client/feature/compositor/blimp_compositor.h |
| @@ -205,7 +205,7 @@ class BlimpCompositor |
| // the manager to be handled by the client compositor for the current render |
| // widget. |
| std::unique_ptr<BlimpInputManager> input_manager_; |
| - |
| + int commit_count_ = 0; |
|
Kevin M
2016/05/10 23:54:24
Add a comment with a similar level of detail as th
shaktisahu
2016/05/16 05:41:38
Field removed.
|
| DISALLOW_COPY_AND_ASSIGN(BlimpCompositor); |
| }; |