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

Unified Diff: third_party/WebKit/Source/platform/transforms/TransformOperations.h

Issue 2392653002: reflow comments in platform/{transforms,weborigin} (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/transforms/TransformOperations.h
diff --git a/third_party/WebKit/Source/platform/transforms/TransformOperations.h b/third_party/WebKit/Source/platform/transforms/TransformOperations.h
index 866a7d815f7c33e03d2380c9d34589a80ff72ca5..08f3ef35e518c0dffd07d3095e77559d271af20c 100644
--- a/third_party/WebKit/Source/platform/transforms/TransformOperations.h
+++ b/third_party/WebKit/Source/platform/transforms/TransformOperations.h
@@ -53,8 +53,8 @@ class PLATFORM_EXPORT TransformOperations {
m_operations[i]->apply(t, sz);
}
- // Return true if any of the operation types are 3D operation types (even if the
- // values describe affine transforms)
+ // Return true if any of the operation types are 3D operation types (even if
+ // the values describe affine transforms)
bool has3DOperation() const {
for (unsigned i = 0; i < m_operations.size(); ++i)
if (m_operations[i]->is3DOperation())

Powered by Google App Engine
This is Rietveld 408576698