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

Unified Diff: ui/chromeos/ime/mode_indicator_view.cc

Issue 866403006: Set class names for ime's view classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 11 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 | « ui/chromeos/ime/mode_indicator_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/ime/mode_indicator_view.cc
diff --git a/ui/chromeos/ime/mode_indicator_view.cc b/ui/chromeos/ime/mode_indicator_view.cc
index 8bbb5ddb83bf13431b6322fd3056d95252e9cee2..609e78247af34ade9bfb5ea30f74fce56431067b 100644
--- a/ui/chromeos/ime/mode_indicator_view.cc
+++ b/ui/chromeos/ime/mode_indicator_view.cc
@@ -74,6 +74,10 @@ gfx::Size ModeIndicatorView::GetPreferredSize() const {
return size;
}
+const char* ModeIndicatorView::GetClassName() const {
+ return "ModeIndicatorView";
+}
+
void ModeIndicatorView::Init() {
SetLayoutManager(new views::FillLayout());
AddChildView(label_view_);
« no previous file with comments | « ui/chromeos/ime/mode_indicator_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698