From 1f9767c03bad1ef85e5388d84e23e4b5dff4bc1a Mon Sep 17 00:00:00 2001 From: "junov@chromium.org" Date: Tue, 7 Feb 2012 16:27:57 +0000 Subject: Fixing backing store access in SkDeferredCanvas. Chromium CL required for rolling skia DEPS past this change is posted here: https://chromiumcodereview.appspot.com/9341003/ BUG=http://code.google.com/p/skia/issues/detail?id=475 REVIEW=http://codereview.appspot.com/5626047/ TEST=DeferredCanvas unit test git-svn-id: http://skia.googlecode.com/svn/trunk@3147 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/tests.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'gyp/tests.gyp') diff --git a/gyp/tests.gyp b/gyp/tests.gyp index 011030c36c..63ff7c9aa6 100644 --- a/gyp/tests.gyp +++ b/gyp/tests.gyp @@ -27,6 +27,7 @@ '../tests/ColorFilterTest.cpp', '../tests/ColorTest.cpp', '../tests/DataRefTest.cpp', + '../tests/DeferredCanvasTest.cpp', '../tests/DequeTest.cpp', '../tests/DrawBitmapRectTest.cpp', '../tests/DrawTextTest.cpp', -- cgit v1.2.3