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

Unified Diff: third_party/WebKit/Source/core/style/BasicShapes.cpp

Issue 2812593005: Rename cleanup in comments in style/ directory. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/CachedUAStyle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/style/BasicShapes.cpp
diff --git a/third_party/WebKit/Source/core/style/BasicShapes.cpp b/third_party/WebKit/Source/core/style/BasicShapes.cpp
index 09eb46cbd5114e3165c890d5d915834feb41c1fa..969e66bcb9f314f23922af4b77a7a4acd43c821e 100644
--- a/third_party/WebKit/Source/core/style/BasicShapes.cpp
+++ b/third_party/WebKit/Source/core/style/BasicShapes.cpp
@@ -91,7 +91,7 @@ float BasicShapeCircle::FloatValueForRadiusInBox(FloatSize box_size) const {
return std::min(std::min(std::abs(center.X()), width_delta),
std::min(std::abs(center.Y()), height_delta));
- // If radius.type() == BasicShapeRadius::FarthestSide.
+ // If radius.type() == BasicShapeRadius::kFarthestSide.
return std::max(std::max(center.X(), width_delta),
std::max(center.Y(), height_delta));
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/CachedUAStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698