aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSkia_Android Canary Bot <31977622648@project.gserviceaccount.com>2014-06-11 18:40:46 +0000
committerSkia_Android Canary Bot <31977622648@project.gserviceaccount.com>2014-06-11 18:40:46 +0000
commit24663a3e41c9f7860b8921c8ecd18f46e4989a58 (patch)
tree8900550ecf9e64d0f1ac20dd674fc3a2cc52b364 /tests
parentfcbed5a62ac27f52f2bdd8620f57044e26d06191 (diff)
parent0bdbea75ff1a6f3c313c18cab0139728967cb93e (diff)
downloadandroid_external_skia-24663a3e41c9f7860b8921c8ecd18f46e4989a58.tar.gz
android_external_skia-24663a3e41c9f7860b8921c8ecd18f46e4989a58.tar.bz2
android_external_skia-24663a3e41c9f7860b8921c8ecd18f46e4989a58.zip
Merge "Remove picture pre-allocation from SkPictureRecorder" into master-skia
https://skia.googlesource.com/skia/+/0bdbea7 Change-Id: I58cae183e6538467e0251c849c74db870f88318e
Diffstat (limited to 'tests')
-rw-r--r--tests/CanvasTest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/CanvasTest.cpp b/tests/CanvasTest.cpp
index e2ad2ed6b3..f8e856ac00 100644
--- a/tests/CanvasTest.cpp
+++ b/tests/CanvasTest.cpp
@@ -692,8 +692,7 @@ private:
testStep->assertMessage());
}
REPORTER_ASSERT_MESSAGE(reporter,
- !referenceRecord->fPicture->fPathHeap ==
- !testRecord->fPicture->fPathHeap,
+ !referenceRecord->fPathHeap == !testRecord->fPathHeap,
testStep->assertMessage());
// The following tests are commented out because they currently
// fail. Issue: http://code.google.com/p/skia/issues/detail?id=507