| 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;
|
|
|