| Index: components/exo/surface.cc
|
| diff --git a/components/exo/surface.cc b/components/exo/surface.cc
|
| index 717812c14444fdfd458a4783d7c062421c873f81..7033b2a3ee34aa97e336c4b433d378730e966973 100644
|
| --- a/components/exo/surface.cc
|
| +++ b/components/exo/surface.cc
|
| @@ -88,9 +88,9 @@ Surface::Surface()
|
| compositor_(nullptr),
|
| delegate_(nullptr) {
|
| SetType(ui::wm::WINDOW_TYPE_CONTROL);
|
| + SetName("ExoSurface");
|
| Init(ui::LAYER_SOLID_COLOR);
|
| set_owned_by_parent(false);
|
| - SetName("ExoSurface");
|
| }
|
|
|
| Surface::~Surface() {
|
|
|