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

Unified Diff: third_party/WebKit/Source/web/WebInputMethodControllerImpl.h

Issue 2843433004: Remove WebInputMethodControllerImpl::suppress_next_keypress_event_ (Closed)
Patch Set: Created 3 years, 8 months 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 | third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebInputMethodControllerImpl.h
diff --git a/third_party/WebKit/Source/web/WebInputMethodControllerImpl.h b/third_party/WebKit/Source/web/WebInputMethodControllerImpl.h
index 8349e0c8b659f9c37972adb7229a1b52f7823645..8c4bf6b92168d1c0dae309e1e60a43086eef2782 100644
--- a/third_party/WebKit/Source/web/WebInputMethodControllerImpl.h
+++ b/third_party/WebKit/Source/web/WebInputMethodControllerImpl.h
@@ -42,10 +42,6 @@ class WebInputMethodControllerImpl : public WebInputMethodController {
WebTextInputInfo TextInputInfo() override;
WebTextInputType TextInputType() override;
- void SetSuppressNextKeypressEvent(bool suppress) {
- suppress_next_keypress_event_ = suppress;
- }
-
DECLARE_TRACE();
private:
@@ -54,7 +50,6 @@ class WebInputMethodControllerImpl : public WebInputMethodController {
WebPlugin* FocusedPluginIfInputMethodSupported() const;
WeakMember<WebLocalFrameImpl> web_local_frame_;
- bool suppress_next_keypress_event_;
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698