Index: tests/PictureTest.cpp |
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp |
index f65c8408991c1dbfa9a4ef752c572da1239fe024..706cc5c6ac1ca0ff9f1b5f2c9408cd7df129654a 100644 |
--- a/tests/PictureTest.cpp |
+++ b/tests/PictureTest.cpp |
@@ -919,7 +919,6 @@ static void set_canvas_to_save_count_4(SkCanvas* canvas) { |
canvas->save(); |
} |
-#ifdef SK_BUILD_FOR_ANDROID |
/** |
* A canvas that records the number of saves, saveLayers and restores. |
*/ |
@@ -1042,7 +1041,6 @@ DEF_TEST(PictureRecorder_replay, reporter) { |
REPORTER_ASSERT(reporter, !copy->willPlayBackBitmaps()); |
} |
} |
-#endif |
static void test_unbalanced_save_restores(skiatest::Reporter* reporter) { |
SkCanvas testCanvas(100, 100); |