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

Unified Diff: third_party/WebKit/Source/platform/graphics/Path.cpp

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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/graphics/Path.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/Path.cpp b/third_party/WebKit/Source/platform/graphics/Path.cpp
index 372a1d50e56ca54e56597064db14e676662e27b9..5aef451e7a0fe550073577a594c5df787b7f2915 100644
--- a/third_party/WebKit/Source/platform/graphics/Path.cpp
+++ b/third_party/WebKit/Source/platform/graphics/Path.cpp
@@ -114,7 +114,7 @@ FloatRect PathBounds(const SkPath& path, Path::BoundsType bounds_type) {
: path.computeTightBounds();
}
-} // anonymous ns
+} // namespace
// TODO(fmalita): evaluate returning exact bounds in all cases.
FloatRect Path::BoundingRect(BoundsType bounds_type) const {

Powered by Google App Engine
This is Rietveld 408576698