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

Unified Diff: third_party/WebKit/Source/platform/Cursor.cpp

Issue 2388303002: reflow comments in platform/ (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/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))
« no previous file with comments | « third_party/WebKit/Source/platform/CrossThreadCopier.cpp ('k') | third_party/WebKit/Source/platform/DateComponents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698