Chromium Code Reviews| Index: blimp/client/core/compositor/delegated_output_surface.h |
| diff --git a/blimp/client/core/compositor/delegated_output_surface.h b/blimp/client/core/compositor/delegated_output_surface.h |
| index 0482a65386f5d2514ab17322be1ebf8695d130b1..e73b79144bb65b700007658a8e6cddebff16de32 100644 |
| --- a/blimp/client/core/compositor/delegated_output_surface.h |
| +++ b/blimp/client/core/compositor/delegated_output_surface.h |
| @@ -49,7 +49,7 @@ class DelegatedOutputSurface : public cc::OutputSurface, |
| private: |
| scoped_refptr<base::SingleThreadTaskRunner> main_task_runner_; |
| - base::WeakPtr<BlimpOutputSurfaceClient> client_; |
| + base::WeakPtr<BlimpOutputSurfaceClient> blimp_client_; |
|
danakj
2016/09/10 00:58:24
I renamed this because the base class has a client
Wez
2016/09/12 00:06:44
SGTM, although I think we should review this Blimp
|
| bool bound_to_client_; |