Commit 93bb092f by Shahbaz Youssefi Committed by Commit Bot

Fix build error

Result of simultaneous submission of two CLs. Bug: angleproject:3757 Change-Id: I0e11678633587421f83d337958a1df28a694cf2e Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1778967Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent e54d0f90
...@@ -244,8 +244,7 @@ class WindowSurfaceVk : public SurfaceVk ...@@ -244,8 +244,7 @@ class WindowSurfaceVk : public SurfaceVk
EGLint n_rects, EGLint n_rects,
bool *presentOutOfDate); bool *presentOutOfDate);
struct SwapchainImage; angle::Result updateAndDrawOverlay(ContextVk *contextVk, impl::SwapchainImage *image) const;
angle::Result updateAndDrawOverlay(ContextVk *contextVk, SwapchainImage *image) const;
angle::Result swapImpl(const gl::Context *context, EGLint *rects, EGLint n_rects); angle::Result swapImpl(const gl::Context *context, EGLint *rects, EGLint n_rects);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment