diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-10-30 12:04:47 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-11-26 13:24:52 +0100 |
commit | 0563ea4cdef7012dc8f90e55d57806d626f86980 (patch) | |
tree | 3f9402c2ec8adbb7a328957c2cfc1719271ac314 /vcl/qa/cppunit | |
parent | db9fbf3b8a8ef8b37990af17d8e33952af67880b (diff) |
hopefully finally fix SkiaSalGraphicsImpl::drawMask()
It now passes BackendTest::testDrawMask, so it should be checked.
Change-Id: Ib3e1df03aefe6e9487737bec036a943377414735
Diffstat (limited to 'vcl/qa/cppunit')
-rw-r--r-- | vcl/qa/cppunit/BackendTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/BackendTest.cxx b/vcl/qa/cppunit/BackendTest.cxx index 483d105bd2d2..db75583a981f 100644 --- a/vcl/qa/cppunit/BackendTest.cxx +++ b/vcl/qa/cppunit/BackendTest.cxx @@ -416,7 +416,7 @@ public: CPPUNIT_TEST(testDrawBitmap); CPPUNIT_TEST(testDrawTransformedBitmap); CPPUNIT_TEST(testDrawBitmapExWithAlpha); - // CPPUNIT_TEST(testDrawMask); TODO SKIA + CPPUNIT_TEST(testDrawMask); CPPUNIT_TEST_SUITE_END(); }; |