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

Unified Diff: Source/core/css/CSSImageValue.cpp

Issue 16896019: Replace RenderArena with PartitionAlloc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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: Source/core/css/CSSImageValue.cpp
diff --git a/Source/core/css/CSSImageValue.cpp b/Source/core/css/CSSImageValue.cpp
index 9ee0508e54e2fc99f2e0a270772e53c5f2f64756..9f6654b32716e58cd39ba0af8e8c9cc407172c48 100644
--- a/Source/core/css/CSSImageValue.cpp
+++ b/Source/core/css/CSSImageValue.cpp
@@ -107,7 +107,7 @@ void CSSImageValue::reportDescendantMemoryUsage(MemoryObjectInfo* memoryObjectIn
{
MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::CSS);
info.addMember(m_url, "url");
- // No need to report m_image as it is counted as part of RenderArena.
+ // TODO: report m_image. It has never been allocated from any of our rendering custom heaps.
abarth-chromium 2013/06/20 01:39:50 ditto
}
bool CSSImageValue::knownToBeOpaque(const RenderObject* renderer) const

Powered by Google App Engine
This is Rietveld 408576698