| Index: core/fxge/skia/fx_skia_device_unittest.cpp
|
| diff --git a/core/fxge/skia/fx_skia_device_unittest.cpp b/core/fxge/skia/fx_skia_device_unittest.cpp
|
| index 2c839ed55610dda7d6dedcfe17e2ef0aed46ffef..c77c8f88e64a791efa87e1ad1bb1a24c5f735ab8 100644
|
| --- a/core/fxge/skia/fx_skia_device_unittest.cpp
|
| +++ b/core/fxge/skia/fx_skia_device_unittest.cpp
|
| @@ -153,6 +153,7 @@ TEST(fxge, SkiaStatePath) {
|
| State::Graphic::kPath, 0xFF112233});
|
| }
|
|
|
| +#ifdef _SKIA_SUPPORT_
|
| TEST(fxge, SkiaStateText) {
|
| Harness(&CommonTest,
|
| {State::Change::kNo, State::Save::kYes, State::Clip::kDifferentMatrix,
|
| @@ -160,6 +161,7 @@ TEST(fxge, SkiaStateText) {
|
| Harness(&CommonTest, {State::Change::kNo, State::Save::kYes,
|
| State::Clip::kSame, State::Graphic::kText, 0xFF445566});
|
| }
|
| +#endif
|
|
|
| TEST(fxge, SkiaStateOOSClip) {
|
| Harness(&OutOfSequenceClipTest, {});
|
|
|