| Index: third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp b/third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp
|
| index 7df886edd5abd1657889630ab1278839be2f5e96..74429dd963a6b6bd2bb75dd1cdb6dbc38f58af76 100644
|
| --- a/third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp
|
| @@ -50,15 +50,11 @@ SimCompositor::SimCompositor()
|
| , m_lastFrameTimeMonotonic(0)
|
| {
|
| FrameView::setInitialTracksPaintInvalidationsForTesting(true);
|
| - // Disable the debug red fill so the output display list doesn't differ in
|
| - // size in Release vs Debug builds.
|
| - GraphicsLayer::setDrawDebugRedFillForTesting(false);
|
| }
|
|
|
| SimCompositor::~SimCompositor()
|
| {
|
| FrameView::setInitialTracksPaintInvalidationsForTesting(false);
|
| - GraphicsLayer::setDrawDebugRedFillForTesting(true);
|
| }
|
|
|
| void SimCompositor::setWebViewImpl(WebViewImpl& webViewImpl)
|
|
|