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

Unified Diff: third_party/WebKit/Source/core/paint/FindPropertiesNeedingUpdate.h

Issue 2812593003: Remove caching of contents paint properties (Closed)
Patch Set: Address reviewer comments Created 3 years, 8 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
Index: third_party/WebKit/Source/core/paint/FindPropertiesNeedingUpdate.h
diff --git a/third_party/WebKit/Source/core/paint/FindPropertiesNeedingUpdate.h b/third_party/WebKit/Source/core/paint/FindPropertiesNeedingUpdate.h
index 8185598843113020b6947061a5944129e8314059..3705b98e0904e1ff5f094f9f27eb88998fc8a38c 100644
--- a/third_party/WebKit/Source/core/paint/FindPropertiesNeedingUpdate.h
+++ b/third_party/WebKit/Source/core/paint/FindPropertiesNeedingUpdate.h
@@ -207,9 +207,6 @@ class FindObjectPropertiesNeedingUpdateScope {
<< " Object: " << object_.DebugName();
}
- // Instead of checking that the contents properties are unchanged here,
- // we check them on every access in LayoutObject::contentsProperties.
-
// Restore original clean bit.
object_.GetMutableForPainting().ClearNeedsPaintPropertyUpdateForTesting();
}

Powered by Google App Engine
This is Rietveld 408576698