| Index: chrome/browser/chromeos/accessibility/select_to_speak_event_handler.h
|
| diff --git a/chrome/browser/chromeos/accessibility/select_to_speak_event_handler.h b/chrome/browser/chromeos/accessibility/select_to_speak_event_handler.h
|
| index 048e2cf83d5055ca4fa458efd3a069db383b8438..012fb9e3a7af6d3ef53093d9f1f9dd3942103dbd 100644
|
| --- a/chrome/browser/chromeos/accessibility/select_to_speak_event_handler.h
|
| +++ b/chrome/browser/chromeos/accessibility/select_to_speak_event_handler.h
|
| @@ -62,6 +62,8 @@
|
| // is pressed, and only cleared when all keys are released.
|
| std::set<ui::KeyboardCode> keys_pressed_together_;
|
|
|
| + int last_view_storage_id_ = 0;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(SelectToSpeakEventHandler);
|
| };
|
|
|
|
|