| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index 45b2272f8db88d82fc1cacd671e0be52ac20b358..ea3f50a562983e4a982707b92b40ddc838cbbe72 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -947,7 +947,9 @@ public:
|
| void remove() { if (parent()) parent()->removeChild(this); }
|
|
|
| bool isInert() const;
|
| - virtual bool visibleForTouchAction() const { return false; }
|
| +
|
| + bool visibleForTouchAction() const;
|
| +
|
| bool visibleToHitTestRequest(const HitTestRequest& request) const
|
| {
|
| if (request.touchAction() && !visibleForTouchAction())
|
|
|