Commit dac64b9b authored by kylechar's avatar kylechar Committed by Commit Bot

Enable backdrop filter tests for software renderer

The tests pass so they can be enabled and the TODO removed.

Bug: 622107, 916318
Change-Id: Iad24954f9d4648e42d870ab20a6df83eb31697f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721456
Commit-Queue: kylechar <kylechar@chromium.org>
Commit-Queue: Sean Gilhuly <sgilhuly@chromium.org>
Auto-Submit: kylechar <kylechar@chromium.org>
Reviewed-by: default avatarSean Gilhuly <sgilhuly@chromium.org>
Cr-Commit-Position: refs/heads/master@{#681439}
parent 4eb92a33
......@@ -28,6 +28,7 @@
#include "components/viz/common/resources/bitmap_allocation.h"
#include "components/viz/common/resources/resource_format_utils.h"
#include "components/viz/service/display/gl_renderer.h"
#include "components/viz/service/display/software_renderer.h"
#include "components/viz/test/test_in_process_context_provider.h"
#include "components/viz/test/test_shared_bitmap_manager.h"
#include "gpu/command_buffer/client/gles2_interface.h"
......@@ -2954,8 +2955,8 @@ class RendererPixelTestWithBackdropFilter
gfx::Rect filter_pass_layer_rect_;
};
// TODO(916318): The software renderer does not support background filters yet.
using BackdropFilterRendererTypes = ::testing::Types<GLRenderer,
SoftwareRenderer,
SkiaRenderer
#if defined(ENABLE_VIZ_VULKAN_TESTS)
,
......
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