| Index: third_party/WebKit/Source/core/input/EventHandler.h
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h
|
| index f34db34d51fa5f91d8e6ee968d6a655a1dfba8e8..a57d7900233acd85954f8874ba05c4e74028dee7 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -395,6 +395,7 @@ private:
|
| bool slideFocusOnShadowHostIfNecessary(const Element&);
|
|
|
| FrameHost* frameHost();
|
| + const FrameHost* frameHost() const;
|
|
|
| // NOTE: If adding a new field to this class please ensure that it is
|
| // cleared in |EventHandler::clear()|.
|
|
|