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

Unified Diff: blimp/engine/session/tab.cc

Issue 2573073003: Collapse the API surface on WebInputEvent via accessor functions. (Closed)
Patch Set: Fix nits Created 3 years, 11 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 | « blimp/client/core/input/blimp_input_manager.cc ('k') | blimp/net/input_message_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/session/tab.cc
diff --git a/blimp/engine/session/tab.cc b/blimp/engine/session/tab.cc
index d500c722b620004f69e41d7b9e5f5a57fe4e9448..4373994fed2db92ab5c093004069ceeb539b9818 100644
--- a/blimp/engine/session/tab.cc
+++ b/blimp/engine/session/tab.cc
@@ -167,7 +167,7 @@ void Tab::SendPageLoadStatusUpdate(PageLoadStatus load_status) {
void Tab::OnWebGestureEvent(content::RenderWidgetHost* render_widget_host,
std::unique_ptr<blink::WebGestureEvent> event) {
- TRACE_EVENT1("blimp", "Tab::OnWebGestureEvent", "type", event->type);
+ TRACE_EVENT1("blimp", "Tab::OnWebGestureEvent", "type", event->type());
render_widget_host->ForwardGestureEvent(*event);
}
« no previous file with comments | « blimp/client/core/input/blimp_input_manager.cc ('k') | blimp/net/input_message_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698