| Index: Source/core/input/EventHandler.h
|
| diff --git a/Source/core/input/EventHandler.h b/Source/core/input/EventHandler.h
|
| index 04cbb77039288822dcd6714328c264bb97fda20c..70a65eccc88a2962ccccd745e06409b5b06f3567 100644
|
| --- a/Source/core/input/EventHandler.h
|
| +++ b/Source/core/input/EventHandler.h
|
| @@ -325,10 +325,6 @@ private:
|
|
|
| bool shouldTopControlsConsumeScroll(FloatSize) const;
|
|
|
| - // If the given element is a shadow host with tabStop = false, slide focus to its inner
|
| - // element. Returns true if the resulting focus is different from the given element.
|
| - bool slideFocusOnShadowHostIfNecessary(const Element&);
|
| -
|
| // NOTE: If adding a new field to this class please ensure that it is
|
| // cleared in |EventHandler::clear()|.
|
|
|
|
|