| Index: components/view_manager/surfaces/surfaces_impl.h
|
| diff --git a/components/view_manager/surfaces/surfaces_impl.h b/components/view_manager/surfaces/surfaces_impl.h
|
| index f144c227b941166a94fc413ef4734827d76780f9..16b207c5d6894fbc1b1edfb64e591de9b8595bb0 100644
|
| --- a/components/view_manager/surfaces/surfaces_impl.h
|
| +++ b/components/view_manager/surfaces/surfaces_impl.h
|
| @@ -57,6 +57,9 @@ class SurfacesImpl : public mojo::Surface, public cc::SurfaceFactoryClient {
|
| cc::SurfaceId QualifyIdentifier(uint32_t local_id);
|
|
|
| SurfacesDelegate* delegate_;
|
| + // A Surface ID is an unsigned 64-bit int where the high 32-bits are generated
|
| + // by the Surfaces service, and the low 32-bits are generated by the process
|
| + // that requested the Surface.
|
| scoped_refptr<SurfacesState> state_;
|
| // A Surface ID is an unsigned 64-bit int where the high 32-bits are generated
|
| // by the Surfaces service, and the low 32-bits are generated by the process
|
|
|