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

Unified Diff: Source/core/plugins/PluginView.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/core/plugins/PluginView.h
diff --git a/Source/core/plugins/PluginView.h b/Source/core/plugins/PluginView.h
index 19d44534bbe76c573848fe91d8660b6c289a654f..fd40d40251e5ab2d95316b079a18c84680d5cf6e 100644
--- a/Source/core/plugins/PluginView.h
+++ b/Source/core/plugins/PluginView.h
@@ -49,6 +49,7 @@ public:
virtual bool getFormValue(String&) { return false; }
virtual bool wantsWheelEvents() { return false; }
virtual bool supportsKeyboardFocus() const { return false; }
+ virtual bool supportsInputMethod() const { return false; }
virtual bool canProcessDrag() const { return false; }
virtual void didReceiveResponse(const ResourceResponse&) { }

Powered by Google App Engine
This is Rietveld 408576698