| Index: ui/compositor/layer.cc
|
| diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
|
| index 08988163f6fdc2053711c48c2605230e03fd0d36..6be260d318debc14a28fcfe4d4086f100591c02b 100644
|
| --- a/ui/compositor/layer.cc
|
| +++ b/ui/compositor/layer.cc
|
| @@ -61,6 +61,7 @@ Layer::Layer()
|
| zoom_(1),
|
| zoom_inset_(0),
|
| delegate_(NULL),
|
| + owner_(NULL),
|
| cc_layer_(NULL),
|
| scale_content_(true),
|
| device_scale_factor_(1.0f) {
|
| @@ -84,6 +85,7 @@ Layer::Layer(LayerType type)
|
| zoom_(1),
|
| zoom_inset_(0),
|
| delegate_(NULL),
|
| + owner_(NULL),
|
| cc_layer_(NULL),
|
| scale_content_(true),
|
| device_scale_factor_(1.0f) {
|
|
|