Index: third_party/WebKit/Source/platform/Cursor.cpp |
diff --git a/third_party/WebKit/Source/platform/Cursor.cpp b/third_party/WebKit/Source/platform/Cursor.cpp |
index 9232aa49ce60662e72e851c72024b15c45b3e668..58da30617ba746d97c0dc95cd711c23873960c63 100644 |
--- a/third_party/WebKit/Source/platform/Cursor.cpp |
+++ b/third_party/WebKit/Source/platform/Cursor.cpp |
@@ -47,7 +47,8 @@ IntPoint determineHotSpot(Image* image, |
imageRect.maxY() - 1)); |
} |
- // If hot spot is not specified externally, it can be extracted from some image formats (e.g. .cur). |
+ // If hot spot is not specified externally, it can be extracted from some |
+ // image formats (e.g. .cur). |
IntPoint intrinsicHotSpot; |
bool imageHasIntrinsicHotSpot = image->getHotSpot(intrinsicHotSpot); |
if (imageHasIntrinsicHotSpot && imageRect.contains(intrinsicHotSpot)) |