| Index: Source/core/rendering/RenderBlock.h
|
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
|
| index fc1e88b5e28418dbc331d528758eca314f02db7b..ef98d8d896ba727a2fc68f40a1275835f458df76 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();
|
|
|