| Index: third_party/WebKit/Source/core/events/EventDispatcher.h
|
| diff --git a/third_party/WebKit/Source/core/events/EventDispatcher.h b/third_party/WebKit/Source/core/events/EventDispatcher.h
|
| index ab2f586200b34064aa2977c9adf017d5063cf553..629af920821fc07c959b60549e41bc08cecd989e 100644
|
| --- a/third_party/WebKit/Source/core/events/EventDispatcher.h
|
| +++ b/third_party/WebKit/Source/core/events/EventDispatcher.h
|
| @@ -54,6 +54,7 @@ public:
|
| static void dispatchSimulatedClick(Node&, Event* underlyingEvent, SimulatedClickMouseEventOptions, SimulatedClickCreationScope);
|
|
|
| bool dispatch();
|
| + void retriveQoSInfo(bool, int);
|
| Node& node() const { return *m_node; }
|
| Event& event() const { return *m_event; }
|
|
|
|
|