Searched defs:OutputDevOptRepaintFlashTest (Results 1 – 1 of 1) sorted by relevance
2996 struct OutputDevOptRepaintFlashTest : public testing::Test { struct2997 struct OutputPartialMock : public OutputPartialMockBase {3012 OutputDevOptRepaintFlashTest() { in OutputDevOptRepaintFlashTest() argument3018 static const Region kEmptyRegion;3019 static const Region kNotEmptyRegion;3021 StrictMock<OutputPartialMock> mOutput;3022 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();3023 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();3024 CompositionRefreshArgs mRefreshArgs;3030 TEST_F(OutputDevOptRepaintFlashTest, doesNothingIfFlashDelayNotSet) { in TEST_F() argument[all …]