| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index b6a62adcecae4cb7bfd73b3e786ed33d1252e38a..d093ad0a9fd6605204fc780c092bf0d6241b2ae2 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -239,6 +239,8 @@ public:
|
|
|
| virtual void showUnhandledTapUIIfNeeded(IntPoint, Node*, bool) { }
|
|
|
| + virtual void onMouseDown(Node*) { }
|
| +
|
| virtual void didUpdateTopControls() const { }
|
|
|
| virtual void registerPopupOpeningObserver(PopupOpeningObserver*) = 0;
|
|
|