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

Unified Diff: trunk/src/content/browser/renderer_host/input/immediate_input_router.cc

Issue 79143002: Revert 236254 "Replace old with new synthetic gesture framework." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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: trunk/src/content/browser/renderer_host/input/immediate_input_router.cc
===================================================================
--- trunk/src/content/browser/renderer_host/input/immediate_input_router.cc (revision 236262)
+++ trunk/src/content/browser/renderer_host/input/immediate_input_router.cc (working copy)
@@ -96,7 +96,9 @@
ImmediateInputRouter::~ImmediateInputRouter() {
}
-void ImmediateInputRouter::Flush() {}
+void ImmediateInputRouter::Flush() {
+ NOTREACHED() << "ImmediateInputRouter will never request a flush.";
+}
bool ImmediateInputRouter::SendInput(scoped_ptr<IPC::Message> message) {
DCHECK(IPC_MESSAGE_ID_CLASS(message->type()) == InputMsgStart);

Powered by Google App Engine
This is Rietveld 408576698