| Index: components/exo/surface.h
|
| diff --git a/components/exo/surface.h b/components/exo/surface.h
|
| index 3bcdafe5a16b01f3e783a01f719c8c3b25df0350..193bc093317c232819602c2a415ab9c4849b576c 100644
|
| --- a/components/exo/surface.h
|
| +++ b/components/exo/surface.h
|
| @@ -238,6 +238,8 @@ class Surface : public aura::Window,
|
| // effect next time Commit() is called.
|
| bool has_pending_contents_;
|
|
|
| + bool changed_viewport_or_crop_ = false;
|
| +
|
| // The buffer that will become the content of surface when Commit() is called.
|
| base::WeakPtr<Buffer> pending_buffer_;
|
|
|
|
|