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

Unified Diff: ui/chromeos/ime/candidate_view.h

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 | « no previous file | ui/chromeos/ime/candidate_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/ime/candidate_view.h
diff --git a/ui/chromeos/ime/candidate_view.h b/ui/chromeos/ime/candidate_view.h
index e839df4ef2441dd76fa10500383886786036298f..bc89160af66cfba74506c6f374aa941b4102821b 100644
--- a/ui/chromeos/ime/candidate_view.h
+++ b/ui/chromeos/ime/candidate_view.h
@@ -43,6 +43,7 @@ class UI_CHROMEOS_EXPORT CandidateView : public views::CustomButton {
void StateChanged() override;
// Overridden from View:
+ const char* GetClassName() const override;
bool OnMouseDragged(const ui::MouseEvent& event) override;
void Layout() override;
gfx::Size GetPreferredSize() const override;
« no previous file with comments | « no previous file | ui/chromeos/ime/candidate_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698