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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp

Issue 2000323008: Use original repaint tests for spv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/PaintController.h ('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/platform/graphics/paint/PaintController.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
index a35ff2191cb000276c6a88fa3f9ce00354f9f998..a0486656525b8f8edb4b6d27eaaad4703cff7dbe 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
@@ -138,9 +138,6 @@ void PaintController::displayItemClientWasInvalidated(const DisplayItemClient& c
// Should not invalidate already painted clients.
DCHECK(!m_newDisplayItemIndicesByClient.contains(&client));
#endif
-
- if (RuntimeEnabledFeatures::slimmingPaintV2Enabled() && m_trackedPaintInvalidationObjects)
- m_trackedPaintInvalidationObjects->append(client.debugName());
}
void PaintController::invalidateAll()
@@ -149,9 +146,6 @@ void PaintController::invalidateAll()
DCHECK(m_newDisplayItemList.isEmpty());
m_currentPaintArtifact.reset();
m_currentCacheGeneration.invalidate();
-
- if (RuntimeEnabledFeatures::slimmingPaintV2Enabled() && m_trackedPaintInvalidationObjects)
- m_trackedPaintInvalidationObjects->append("##ALL##");
}
bool PaintController::clientCacheIsValid(const DisplayItemClient& client) const
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/PaintController.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698