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

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

Issue 2333813002: Introduce WebInputMethodController to blink (Closed)
Patch Set: Explicitly asking for TextInputState updates 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 b351591d379a6119ee0c06acb5f69f429b9a1b08..0e1e0e2b64034ac95dd653fd84fdafebf4769008 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.h
+++ b/content/shell/renderer/layout_test/blink_test_runner.h
@@ -31,6 +31,7 @@ class DictionaryValue;
namespace blink {
class WebDeviceMotionData;
class WebDeviceOrientationData;
+class WebFrame;
class WebView;
struct WebRect;
}
@@ -163,6 +164,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

Powered by Google App Engine
This is Rietveld 408576698