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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorInputAgent.h

Issue 1702673002: DevTools: migrate remote debugging protocol generators to jinja2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
Index: third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
index 5688077542a2ca323f1908e19cee9f302e682e89..5dea5c53c5c73451f5135741bc15cc3713f683fc 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
@@ -56,7 +56,7 @@ public:
DECLARE_VIRTUAL_TRACE();
// Methods called from the frontend for simulating input.
- void dispatchTouchEvent(ErrorString*, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp) override;
+ void dispatchTouchEvent(ErrorString*, const String& in_type, PassOwnPtr<protocol::TypeBuilder::Array<protocol::TypeBuilder::Input::TouchPoint>> in_touchPoints, const protocol::TypeBuilder::OptionalValue<int>& in_modifiers, const protocol::TypeBuilder::OptionalValue<double>& in_timestamp) override;
private:
explicit InspectorInputAgent(InspectedFrames*);

Powered by Google App Engine
This is Rietveld 408576698