aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DrawTextTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DrawTextTest.cpp')
-rw-r--r--tests/DrawTextTest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/DrawTextTest.cpp b/tests/DrawTextTest.cpp
index bf9bd39f8d..a98b36f321 100644
--- a/tests/DrawTextTest.cpp
+++ b/tests/DrawTextTest.cpp
@@ -37,9 +37,6 @@ static bool compare(const SkBitmap& ref, const SkIRect& iref,
const int xOff = itest.fLeft - iref.fLeft;
const int yOff = itest.fTop - iref.fTop;
- SkAutoLockPixels alpRef(ref);
- SkAutoLockPixels alpTest(test);
-
for (int y = 0; y < test.height(); ++y) {
for (int x = 0; x < test.width(); ++x) {
SkColor testColor = test.getColor(x, y);