From 4c76b275907cf2d764f3fc51468d1c58635a10c1 Mon Sep 17 00:00:00 2001 From: Theresa Foley <10618364+tangent-vector@users.noreply.github.com> Date: Mon, 12 May 2025 10:28:05 -0700 Subject: Cleanups related to RIFF support (#7041) --- tools/gfx-unit-test/copy-texture-tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gfx-unit-test/copy-texture-tests.cpp') diff --git a/tools/gfx-unit-test/copy-texture-tests.cpp b/tools/gfx-unit-test/copy-texture-tests.cpp index f6f85f9f4..02df67378 100644 --- a/tools/gfx-unit-test/copy-texture-tests.cpp +++ b/tools/gfx-unit-test/copy-texture-tests.cpp @@ -37,7 +37,7 @@ struct BaseCopyTextureTest IDevice* device; UnitTestContext* context; - Size alignedRowStride; + gfx::Size alignedRowStride; RefPtr srcTextureInfo; RefPtr dstTextureInfo; -- cgit v1.2.3