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 <enga@chromium.org>
Commit-Queue: Shrek Shao <shrekshao@google.com>
This commit is contained in:
Shrek Shao 2021-11-24 19:55:07 +00:00 committed by Dawn LUCI CQ
parent f008bb3b7e
commit 2ec09921cc
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#define TESTS_UNITTESTS_NATIVE_MOCKS_DEVICE_MOCK_H_
#include "dawn_native/Device.h"
#include "dawn_native/RenderPipeline.h"
#include <gmock/gmock.h>