Commit f1af9b2a authored by Mason Freed's avatar Mason Freed Committed by Commit Bot

Revert the removal of RENDERER_SKIA_VK - merged to Beta

This reverts commit 9d54112e.

Reason for revert: This was only needed for Beta.

Original change's description:
> Fix the use of RENDERER_SKIA_VK where it isn't supported
> 
> Prior to this CL, the build was broken for Windows Arm64 and
> Windows x86, and Jumbo/non-Jumbo builds. See comment at [1].
> 
> [1] https://chromium-review.googlesource.com/c/chromium/src/+/1660122
> 
> Change-Id: I2cc0a84dd94f119c11a556c9670c261ca3086e6f
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660958
> Auto-Submit: Mason Freed <masonfreed@chromium.org>
> Commit-Queue: Eric Karl <ericrk@chromium.org>
> Reviewed-by: Eric Karl <ericrk@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#669408}

TBR=ericrk@chromium.org,masonfreed@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Change-Id: I28b154a5154edabd7779661bea67c047b109da3e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663176Reviewed-by: default avatarMason Freed <masonfreed@chromium.org>
Commit-Queue: Mason Freed <masonfreed@chromium.org>
Cr-Commit-Position: refs/heads/master@{#670121}
parent d92c4961
......@@ -198,11 +198,8 @@ TEST_P(LayerTreeHostFiltersPixelTestGPU, BackdropFilterBlurRounded) {
}
TEST_P(LayerTreeHostFiltersPixelTestGPU, BackdropFilterBlurOutsets) {
if (renderer_type() == RENDERER_SKIA_GL
#if defined(ENABLE_CC_VULKAN_TESTS)
|| renderer_type() == RENDERER_SKIA_VK
#endif
) {
if (renderer_type() == RENDERER_SKIA_GL ||
renderer_type() == RENDERER_SKIA_VK) {
// TODO(973696): Implement bounds clipping in skia_renderer.
return;
}
......
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