| Index: chrome/browser/chromeos/input_method/candidate_window.cc
|
| diff --git a/chrome/browser/chromeos/input_method/candidate_window.cc b/chrome/browser/chromeos/input_method/candidate_window.cc
|
| index 11bb2764eb278d7a0f5e1bba5075aef1bf78e125..cc23bad2eeb6c06a37dd46644dec0033019f1a77 100644
|
| --- a/chrome/browser/chromeos/input_method/candidate_window.cc
|
| +++ b/chrome/browser/chromeos/input_method/candidate_window.cc
|
| @@ -836,6 +836,9 @@ CandidateWindowView::CandidateWindowView(views::Widget* parent_frame)
|
| previous_annotation_column_width_(0) {
|
| }
|
|
|
| +CandidateWindowView::~CandidateWindowView() {
|
| +}
|
| +
|
| void CandidateWindowView::Init() {
|
| // Set the background and the border of the view.
|
| set_background(
|
|
|