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

Unified Diff: components/mus/ws/server_window.h

Issue 1953193002: mus: Add debug key to print the server window hierarchy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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
« no previous file with comments | « no previous file | components/mus/ws/server_window.cc » ('j') | components/mus/ws/server_window.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/server_window.h
diff --git a/components/mus/ws/server_window.h b/components/mus/ws/server_window.h
index a518ff085e40a8893142a183e13539645a4e86ee..35edb3d3ea2f20fc81d6ee2913a08e95f396f618 100644
--- a/components/mus/ws/server_window.h
+++ b/components/mus/ws/server_window.h
@@ -143,6 +143,8 @@ class ServerWindow {
}
void SetProperty(const std::string& name, const std::vector<uint8_t>* value);
+ std::string GetName() const;
msw 2016/05/05 22:12:08 nit: const std::string&?
James Cook 2016/05/05 22:53:18 I can't, the string is a stack variable inside the
msw 2016/05/05 23:10:06 Acknowledged.
+
void SetTextInputState(const ui::TextInputState& state);
const ui::TextInputState& text_input_state() const {
return text_input_state_;
« no previous file with comments | « no previous file | components/mus/ws/server_window.cc » ('j') | components/mus/ws/server_window.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698