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

Unified Diff: chrome/renderer/render_widget_fullscreen_pepper.cc

Issue 5984006: Add a dummy implementation of a new WebWidget::confirmComposition() method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_widget_fullscreen_pepper.cc
diff --git a/chrome/renderer/render_widget_fullscreen_pepper.cc b/chrome/renderer/render_widget_fullscreen_pepper.cc
index 42b7a931ddf01f385f3277be5d266829a9bb997e..539da366e7e82136e76bfda2441e34161b2fee89 100644
--- a/chrome/renderer/render_widget_fullscreen_pepper.cc
+++ b/chrome/renderer/render_widget_fullscreen_pepper.cc
@@ -99,6 +99,11 @@ class PepperWidget : public WebWidget {
return false;
}
+ virtual bool confirmComposition(const WebString& text) {
+ NOTIMPLEMENTED();
+ return false;
+ }
+
virtual WebTextInputType textInputType() {
NOTIMPLEMENTED();
return WebKit::WebTextInputTypeNone;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698