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