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

Unified Diff: src/gpu/GrDrawTarget.h

Issue 458383004: Make comment ASCII in GrDrawTarget.h (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrDrawTarget.h
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
index b5487dc871b2f41187eca86b5a17dbc23fb1edc7..d1023d2682eac2b6766c287540dcc40943ba1369 100644
--- a/src/gpu/GrDrawTarget.h
+++ b/src/gpu/GrDrawTarget.h
@@ -330,7 +330,7 @@ public:
* @param count Number of paths to draw (length of indices array)
* @param transforms Array of individual transforms, one for each path
* @param transformsType Type of transformations in the array. Array contains
- PathTransformSize(transformsType) × count elements
+ PathTransformSize(transformsType) * count elements
* @param fill Fill type for drawing all the paths
*/
enum PathTransformType {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698