| Index: blimp/client/core/contents/blimp_contents_impl.h
|
| diff --git a/blimp/client/core/contents/blimp_contents_impl.h b/blimp/client/core/contents/blimp_contents_impl.h
|
| index cee07bb597c57906d03adec830e28781e10663ad..e20a478df37cfa892d88283a909ed9eb2b0ba801 100644
|
| --- a/blimp/client/core/contents/blimp_contents_impl.h
|
| +++ b/blimp/client/core/contents/blimp_contents_impl.h
|
| @@ -99,6 +99,9 @@ class BlimpContentsImpl : public BlimpContents,
|
| // BlimpContentsManager to control the life time of the its observer.
|
| int id_;
|
|
|
| + // Handles the text input for web forms.
|
| + ImeFeature* ime_feature_;
|
| +
|
| // The platform specific window that this BlimpContents is showed in.
|
| gfx::NativeWindow window_;
|
|
|
|
|