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"); |
reveman
2015/12/04 03:21:24
fyi, I already made this change in ToT
denniskempin
2015/12/04 22:35:30
yep, it'll go away with the next rebase
|
Init(ui::LAYER_SOLID_COLOR); |
set_owned_by_parent(false); |
- SetName("ExoSurface"); |
} |
Surface::~Surface() { |