Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(918)

Unified Diff: third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp

Issue 2163113002: Remove DebugRedFill (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ChunkId
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698