Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: third_party/WebKit/Source/core/frame/SmartClip.cpp

Issue 2393313002: reflow comments in core/frame (Closed)
Patch Set: tweak Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/frame/Settings.cpp ('k') | third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698