| Index: third_party/WebKit/Source/core/events/MouseEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/MouseEvent.h b/third_party/WebKit/Source/core/events/MouseEvent.h
|
| index eec939b184365b9c182f7d28dbb9afca903c9c74..dac3d7e716ff343cf367dc18679d6a9270a17f0d 100644
|
| --- a/third_party/WebKit/Source/core/events/MouseEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/MouseEvent.h
|
| @@ -220,6 +220,8 @@ class CORE_EXPORT MouseEvent : public UIEventWithKeyState {
|
|
|
| short RawButton() const { return button_; }
|
|
|
| + void ReceivedTarget() override;
|
| +
|
| private:
|
| friend class MouseEventDispatchMediator;
|
| void InitMouseEventInternal(const AtomicString& type,
|
| @@ -239,7 +241,6 @@ class CORE_EXPORT MouseEvent : public UIEventWithKeyState {
|
|
|
| void InitCoordinates(const double client_x, const double client_y);
|
| void InitCoordinatesFromRootFrame(int window_x, int window_y);
|
| - void ReceivedTarget() final;
|
|
|
| void ComputePageLocation();
|
| void ComputeRelativePosition();
|
|
|