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

Unified Diff: content/renderer/mus/compositor_mus_connection_unittest.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 | « content/renderer/input/render_widget_input_handler.cc ('k') | content/renderer/pepper/event_conversion.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/mus/compositor_mus_connection_unittest.cc
diff --git a/content/renderer/mus/compositor_mus_connection_unittest.cc b/content/renderer/mus/compositor_mus_connection_unittest.cc
index da40617307a07d56c683f2bb88b0f25ad2d8b883..d4d93b313af8c3530c897c88a9d7624a006311a8 100644
--- a/content/renderer/mus/compositor_mus_connection_unittest.cc
+++ b/content/renderer/mus/compositor_mus_connection_unittest.cc
@@ -207,7 +207,7 @@ void TestRenderWidgetInputHandler::HandleInputEvent(
InputEventDispatchType dispatch_type) {
if (delegate_) {
std::unique_ptr<InputEventAck> ack(new InputEventAck(
- InputEventAckSource::COMPOSITOR_THREAD, input_event.type, state_));
+ InputEventAckSource::COMPOSITOR_THREAD, input_event.type(), state_));
delegate_->OnInputEventAck(std::move(ack));
}
}
« no previous file with comments | « content/renderer/input/render_widget_input_handler.cc ('k') | content/renderer/pepper/event_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698