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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.h

Issue 2333813002: Introduce WebInputMethodController to blink (Closed)
Patch Set: Rebased Created 4 years, 1 month 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: content/shell/renderer/layout_test/blink_test_runner.h
diff --git a/content/shell/renderer/layout_test/blink_test_runner.h b/content/shell/renderer/layout_test/blink_test_runner.h
index ca233f9f36c1d753d45488efab1301866f6b9d99..4d69a11e51243d78c4993ce506c0cc0174c6602f 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.h
+++ b/content/shell/renderer/layout_test/blink_test_runner.h
@@ -30,6 +30,7 @@ class DictionaryValue;
namespace blink {
class WebDeviceMotionData;
class WebDeviceOrientationData;
+class WebFrame;
class WebView;
}
@@ -160,6 +161,7 @@ class BlinkTestRunner : public RenderViewObserver,
const blink::WebPluginParams& params) override;
float GetDeviceScaleFactor() const override;
void RunIdleTasks(const base::Closure& callback) override;
+ void ForceTextInputStateUpdate(blink::WebFrame* frame) override;
// Resets a RenderView to a known state for layout tests. It is used both when
// a RenderView is created and when reusing an existing RenderView for the
« no previous file with comments | « content/renderer/render_widget_browsertest.cc ('k') | content/shell/renderer/layout_test/blink_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698