| Index: components/exo/surface.h
|
| diff --git a/components/exo/surface.h b/components/exo/surface.h
|
| index c0dd7870ca224bd60ad42cc2e6998d14873a4ed8..f2a94994cbdbb0bd63d73f83d75abefb197eb48a 100644
|
| --- a/components/exo/surface.h
|
| +++ b/components/exo/surface.h
|
| @@ -380,6 +380,8 @@ class Surface : public ui::ContextFactoryObserver, public aura::WindowObserver {
|
| // Surface observer list. Surface does not own the observers.
|
| base::ObserverList<SurfaceObserver, true> observers_;
|
|
|
| + scoped_refptr<cc::SurfaceReferenceFactory> ref_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(Surface);
|
| };
|
|
|
|
|