| Index: tests/PictureTest.cpp
|
| diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
|
| index c87d9c75ca4048d8dac024028bb03c58845285f7..98ebf6a01e5e74c1a529c41e91289cc0a8ae5a5b 100644
|
| --- a/tests/PictureTest.cpp
|
| +++ b/tests/PictureTest.cpp
|
| @@ -1473,16 +1473,6 @@ static void test_draw_empty(skiatest::Reporter* reporter) {
|
|
|
| canvas.drawPicture(picture);
|
| }
|
| -
|
| - {
|
| - // quad tree
|
| - SkQuadTreeFactory factory;
|
| - SkPictureRecorder recorder;
|
| - recorder.beginRecording(1, 1, &factory);
|
| - SkAutoTUnref<SkPicture> picture(recorder.endRecording());
|
| -
|
| - canvas.drawPicture(picture);
|
| - }
|
| }
|
|
|
| static void test_clip_bound_opt(skiatest::Reporter* reporter) {
|
|
|