| 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 ac1a2b6db85afeed62dc1a741e3078435c8bf066..5262019db7e2a18a3df63b198d0288eef8205c06 100644
|
| --- a/blimp/client/core/contents/blimp_contents_impl.h
|
| +++ b/blimp/client/core/contents/blimp_contents_impl.h
|
| @@ -75,6 +75,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 tab control feature through which the BlimpContentsImpl is able to
|
| // set size and scale.
|
| // TODO(mlliu): in the long term, we want to put size and scale in a different
|
|
|