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

Unified Diff: content/browser/devtools/protocol/input_handler.cc

Issue 2478703002: [DevTools] Remove handlers = browser from protocol definition. (Closed)
Patch Set: fixes 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/browser/devtools/protocol/input_handler.cc
diff --git a/content/browser/devtools/protocol/input_handler.cc b/content/browser/devtools/protocol/input_handler.cc
index 04be3a8e487ec7ff0f44b35f1fbaf1e5c8fc5e5e..b57eb8321b5e9d301f00f681b1c2122c0057ddb6 100644
--- a/content/browser/devtools/protocol/input_handler.cc
+++ b/content/browser/devtools/protocol/input_handler.cc
@@ -471,6 +471,14 @@ Response InputHandler::SynthesizeTapGesture(
return Response::OK();
}
+Response InputHandler::DispatchTouchEvent(
+ const std::string& type,
+ const std::vector<std::unique_ptr<base::DictionaryValue>>& touch_points,
+ const int* modifiers,
+ const double* timestamp) {
+ return Response::FallThrough();
+}
+
void InputHandler::SendSynthesizePinchGestureResponse(
DevToolsCommandId command_id,
SyntheticGesture::Result result) {
« no previous file with comments | « content/browser/devtools/protocol/input_handler.h ('k') | content/browser/devtools/protocol/memory_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698