mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Fix vts gfx readback test issue because clearRegion was removed in I11f369d26e080ba49c7108957f8cf44c85146021."
This commit is contained in:
@@ -97,7 +97,6 @@ class GraphicsCompositionTestBase : public ::testing::Test {
|
||||
renderengine::DisplaySettings clientCompositionDisplay;
|
||||
clientCompositionDisplay.physicalDisplay = Rect(mDisplayWidth, mDisplayHeight);
|
||||
clientCompositionDisplay.clip = clientCompositionDisplay.physicalDisplay;
|
||||
clientCompositionDisplay.clearRegion = Region(clientCompositionDisplay.physicalDisplay);
|
||||
|
||||
mTestRenderEngine->initGraphicBuffer(
|
||||
static_cast<uint32_t>(mDisplayWidth), static_cast<uint32_t>(mDisplayHeight), 1,
|
||||
|
||||
Reference in New Issue
Block a user