Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: components/exo/surface.cc

Issue 1408263006: chromeos: Add ArcInputBridge to components/arc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arcxx
Patch Set: fixed build.gn file Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698