| Index: third_party/WebKit/Source/core/frame/SmartClip.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/SmartClip.cpp b/third_party/WebKit/Source/core/frame/SmartClip.cpp
|
| index c82acb6fe1a40c8851c075ca4989dea54c337b1d..c8d6c39da4af8eca7d68722a63f3207921e669e8 100644
|
| --- a/third_party/WebKit/Source/core/frame/SmartClip.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/SmartClip.cpp
|
| @@ -76,7 +76,8 @@ SmartClipData SmartClip::dataForRect(const IntRect& cropRectInViewport) {
|
| return SmartClipData();
|
|
|
| if (Node* nodeFromFrame = nodeInsideFrame(bestNode)) {
|
| - // FIXME: This code only hit-tests a single iframe. It seems like we ought support nested frames.
|
| + // FIXME: This code only hit-tests a single iframe. It seems like we ought
|
| + // support nested frames.
|
| if (Node* bestNodeInFrame =
|
| findBestOverlappingNode(nodeFromFrame, cropRectInViewport))
|
| bestNode = bestNodeInFrame;
|
|
|