From 2ec09921cc0a6c3a2423b9ba54bd5ccf281f2362 Mon Sep 17 00:00:00 2001 From: Shrek Shao Date: Wed, 24 Nov 2021 19:55:07 +0000 Subject: [PATCH] Add include RenderPipeline.h in DeviceMock.h To unblock g3 dawn roll. Change-Id: I92ea111dc4c65d4b2ff0c44e7f17799026afd96c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/70800 Reviewed-by: Austin Eng Commit-Queue: Shrek Shao --- src/tests/unittests/native/mocks/DeviceMock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/unittests/native/mocks/DeviceMock.h b/src/tests/unittests/native/mocks/DeviceMock.h index 26d600b0e6..97df57f616 100644 --- a/src/tests/unittests/native/mocks/DeviceMock.h +++ b/src/tests/unittests/native/mocks/DeviceMock.h @@ -16,6 +16,7 @@ #define TESTS_UNITTESTS_NATIVE_MOCKS_DEVICE_MOCK_H_ #include "dawn_native/Device.h" +#include "dawn_native/RenderPipeline.h" #include