Index: Source/platform/graphics/paint/DisplayItemList.cpp |
diff --git a/Source/platform/graphics/paint/DisplayItemList.cpp b/Source/platform/graphics/paint/DisplayItemList.cpp |
index 4ab57645977aea021603cc6a739c4005d75bf2e0..d3f03a93a9a5d601c0e39c1239c3115b19a07b65 100644 |
--- a/Source/platform/graphics/paint/DisplayItemList.cpp |
+++ b/Source/platform/graphics/paint/DisplayItemList.cpp |
@@ -216,7 +216,8 @@ DisplayItems::Iterator DisplayItemList::findOutOfOrderCachedItemForward(DisplayI |
// The algorithm is O(|m_currentDisplayItems| + |m_newDisplayItems|). |
// Coefficients are related to the ratio of out-of-order [Subtree]CachedDisplayItems |
// and the average number of (Drawing|BeginSubtree)DisplayItems per client. |
-void DisplayItemList::commitNewDisplayItems() |
+// TODO(chrishtr); implement filling of displayListDiff. |
+void DisplayItemList::commitNewDisplayItems(DisplayListDiff* displayListDiff) |
{ |
TRACE_EVENT2("blink,benchmark", "DisplayItemList::commitNewDisplayItems", "current_display_list_size", (int)m_currentDisplayItems.size(), |
"num_non_cached_new_items", (int)m_newDisplayItems.size() - m_numCachedItems); |