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

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: integration with ArcServiceManager and ExoSurfaces 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");
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() {
« components/arc/input/arc_input_bridge.cc ('K') | « components/arc/input/arc_input_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698