aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-28 03:06:06 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-28 03:06:06 +0000
commit8e7d37d8fea8c002c152a1509c461dba87d9eaca (patch)
tree2bcf4734101af9328d9f94c29e7833e0a88e88a6 /tests
parent6d3eaeabddd03b1bf440345f1f3f9aa5b6dd0717 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@14912 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r--tests/PictureTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
index ad23fd39ec..98cd90e950 100644
--- a/tests/PictureTest.cpp
+++ b/tests/PictureTest.cpp
@@ -957,7 +957,7 @@ private:
typedef SkCanvas INHERITED;
};
-void check_save_state(skiatest::Reporter* reporter, SkPicture* picture,
+void check_save_state(skiatest::Reporter* reporter, SkPicture* picture,
unsigned int numSaves, unsigned int numSaveLayers,
unsigned int numRestores) {
SaveCountingCanvas canvas(picture->width(), picture->height());
@@ -1132,7 +1132,7 @@ static void test_unbalanced_save_restores(skiatest::Reporter* reporter) {
REPORTER_ASSERT(reporter, 4 == testCanvas.getSaveCount());
set_canvas_to_save_count_4(&testCanvas);
- // Check that serializing a mid-recording picture doesn't result in unbalanced
+ // Check that serializing a mid-recording picture doesn't result in unbalanced
// saves/restores
SkDynamicMemoryWStream wStream;
p.serialize(&wStream);