Chromium Code Reviews| Index: Source/core/rendering/RenderView.cpp |
| diff --git a/Source/core/rendering/RenderView.cpp b/Source/core/rendering/RenderView.cpp |
| index 0501515b4aae0e96d135764da54048d6bf51071f..5e28edd1fc22a419bd1f3d901c4abead2553dab3 100644 |
| --- a/Source/core/rendering/RenderView.cpp |
| +++ b/Source/core/rendering/RenderView.cpp |
| @@ -350,6 +350,11 @@ void RenderView::mapAbsoluteToLocalPoint(MapCoordinatesFlags mode, TransformStat |
| } |
| } |
| +void RenderView::computeOwnHitTestRects(Vector<IntRect>& rects, const LayoutPoint& layerOffset) const |
| +{ |
| + // A RenderView doesn't really have any hit testing of it's own. |
|
leviw_travelin_and_unemployed
2013/07/10 01:51:16
Why is this needed?
|
| +} |
| + |
| bool RenderView::requiresColumns(int desiredColumnCount) const |
| { |
| if (m_frameView) |