Searched defs:OutputDevOptRepaintFlashTest (Results 1 – 1 of 1) sorted by relevance
2961 struct OutputDevOptRepaintFlashTest : public testing::Test { struct2962 struct OutputPartialMock : public OutputPartialMockBase {2977 OutputDevOptRepaintFlashTest() { in OutputDevOptRepaintFlashTest() function2983 static const Region kEmptyRegion;2984 static const Region kNotEmptyRegion;2986 StrictMock<OutputPartialMock> mOutput;2987 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();2988 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();2989 CompositionRefreshArgs mRefreshArgs;2995 TEST_F(OutputDevOptRepaintFlashTest, doesNothingIfFlashDelayNotSet) { in TEST_F() argument[all …]