Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 921cdbb

Browse files
brianosmanSkia Commit-Bot
authored andcommitted
Fix dimensions of color_cube_rt slide
Change-Id: Ic6d26b1e3126298ac0de3e88468e3598b3de3d49 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/292836 Reviewed-by: Mike Reed <[email protected]> Commit-Queue: Brian Osman <[email protected]>
1 parent ac37b7a commit 921cdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gm/runtimeshader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ class ColorCubeRT : public skiagm::GM {
284284

285285
SkString onShortName() override { return SkString("color_cube_rt"); }
286286

287-
SkISize onISize() override { return {256 * 3, 256}; }
287+
SkISize onISize() override { return {512, 512}; }
288288

289289
DrawResult onDraw(SkCanvas* canvas, SkString* errorMsg) override {
290290
if (canvas->getGrContext() == nullptr) {

0 commit comments

Comments
 (0)