| Index: third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp b/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp
|
| index 879c45573b8b1427e26fd3866ce39153bbf5cce4..b57af21e0387cabe7bfcce5b914f464858587485 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp
|
| @@ -454,7 +454,7 @@ class EventTestPlugin : public FakeWebPlugin {
|
|
|
| WebInputEventResult handleInputEvent(const WebInputEvent& event,
|
| WebCursorInfo&) override {
|
| - m_lastEventType = event.type;
|
| + m_lastEventType = event.type();
|
| return WebInputEventResult::HandledSystem;
|
| }
|
| WebInputEvent::Type getLastInputEventType() { return m_lastEventType; }
|
|
|