Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index f15c1745b557de368cbab61835559d341c17e793..5603ab3235a8b2063b863c5354be3397801f44d4 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -73,6 +73,7 @@ class SavePackage; |
class ScreenOrientationDispatcherHost; |
class SiteInstance; |
class TestWebContents; |
+class TextInputManager; |
class WakeLockServiceContext; |
class WebContentsAudioMuter; |
class WebContentsDelegate; |
@@ -631,6 +632,7 @@ class CONTENT_EXPORT WebContentsImpl |
const std::vector<uint8_t>& proto) override; |
void OnRenderFrameProxyVisibilityChanged(bool visible) override; |
void SendScreenRects() override; |
+ TextInputManager* GetTextInputManager() override; |
// RenderFrameHostManager::Delegate ------------------------------------------ |
@@ -1374,6 +1376,8 @@ private: |
bool page_scale_factor_is_one_; |
+ std::unique_ptr<TextInputManager> text_input_manager_; |
+ |
base::WeakPtrFactory<WebContentsImpl> loading_weak_factory_; |
base::WeakPtrFactory<WebContentsImpl> weak_factory_; |