| Index: Source/core/rendering/RenderBlock.h
|
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
|
| index 62f8087e25f2b1526fd34cfab6e579a28ff9ed38..3a34d3c2510405bb87ed6dc59d4e46552222af2f 100644
|
| --- a/Source/core/rendering/RenderBlock.h
|
| +++ b/Source/core/rendering/RenderBlock.h
|
| @@ -115,8 +115,6 @@ public:
|
| return objects && !objects->isEmpty();
|
| }
|
|
|
| - virtual bool visibleForTouchAction() const OVERRIDE FINAL { return true; }
|
| -
|
| void addPercentHeightDescendant(RenderBox*);
|
| static void removePercentHeightDescendant(RenderBox*);
|
| static bool hasPercentHeightContainerMap();
|
|
|