aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/PathBench.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-24 02:01:24 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-24 02:01:24 +0000
commit1e34ff7030c95a96c3cd5940de9b4dda4e1cef86 (patch)
tree75e89c7f3724d2c15b0c8eb7b83284fbb58fd1e5 /bench/PathBench.cpp
parent022e857abc84a43dba0ab93be8680af9dd6f8bf7 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6067 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'bench/PathBench.cpp')
-rw-r--r--bench/PathBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/PathBench.cpp b/bench/PathBench.cpp
index be16c75e5f..6e522ec67c 100644
--- a/bench/PathBench.cpp
+++ b/bench/PathBench.cpp
@@ -673,7 +673,7 @@ private:
// Chrome creates its own round rects with each corner possibly being different.
// In its "zero radius" incarnation it creates degenerate round rects.
-// Note: PathTest::test_arb_round_rect_is_convex and
+// Note: PathTest::test_arb_round_rect_is_convex and
// test_arb_zero_rad_round_rect_is_rect perform almost exactly
// the same test (but with no drawing)
class ArbRoundRectBench : public SkBenchmark {