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

Unified Diff: third_party/WebKit/Source/web/LinkHighlightImpl.h

Issue 2389633002: reflow comments in web/ (Closed)
Patch Set: . 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/web/LinkHighlightImpl.h
diff --git a/third_party/WebKit/Source/web/LinkHighlightImpl.h b/third_party/WebKit/Source/web/LinkHighlightImpl.h
index 31b97cdd170d5f653d5300e1e80b608390427928..b9eecac23b84a9498ce7a3de58d36e4fb2387e5a 100644
--- a/third_party/WebKit/Source/web/LinkHighlightImpl.h
+++ b/third_party/WebKit/Source/web/LinkHighlightImpl.h
@@ -92,8 +92,8 @@ class WEB_EXPORT LinkHighlightImpl final
void attachLinkHighlightToCompositingLayer(
const LayoutBoxModelObject& paintInvalidationContainer);
void clearGraphicsLayerLinkHighlightPointer();
- // This function computes the highlight path, and returns true if it has changed
- // size since the last call to this function.
+ // This function computes the highlight path, and returns true if it has
+ // changed size since the last call to this function.
bool computeHighlightLayerPathAndPosition(const LayoutBoxModelObject&);
std::unique_ptr<WebContentLayer> m_contentLayer;
« no previous file with comments | « third_party/WebKit/Source/web/InspectorOverlay.cpp ('k') | third_party/WebKit/Source/web/LinkHighlightImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698