expand gm to test GPU and CPU

Change-Id: I7d1c80f1b7dadc8535736385aa3adb935fa24293
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/271237
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
This commit is contained in:
Mike Reed 2020-02-16 14:35:50 -05:00 committed by Skia Commit-Bot
parent 8935981317
commit bfe80bb552

View File

@ -31,7 +31,7 @@ const char* SKSL_TEST_SRC = R"(
}
)";
DEF_SIMPLE_GPU_GM(runtimecolorfilter, context, rtc, canvas, 512, 256) {
DEF_SIMPLE_GM(runtimecolorfilter, canvas, 512, 256) {
auto img = GetResourceAsImage("images/mandrill_256.png");
canvas->drawImage(img, 0, 0, nullptr);