Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2956)

Unified Diff: Source/web/WebViewImpl.h

Issue 102963005: Add supportsInputMethod() interface for WebPlugin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: setComposition/confirmComposition Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 5df4efa70e9bfd256cd23bec275059e983dc0867..79c940c759b8e6dda10f8accda1875f146ee963b 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -109,6 +109,7 @@ class WebLayerTreeView;
class WebMouseEvent;
class WebMouseWheelEvent;
class WebPagePopupImpl;
+class WebPlugin;
class WebPrerendererClient;
class WebSettingsImpl;
class WebTouchEvent;
@@ -643,6 +644,7 @@ private:
void closePendingHelperPlugins(WebCore::Timer<WebViewImpl>*);
WebCore::InputMethodContext* inputMethodContext();
+ WebPlugin* getFocusedPluginIfInputMethodSupported();
WebViewClient* m_client; // Can be 0 (e.g. unittests, shared workers, etc.)
WebAutofillClient* m_autofillClient;

Powered by Google App Engine
This is Rietveld 408576698