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

Unified Diff: cc/blink/web_display_item_list_impl.cc

Issue 2876033005: Track slow paths in DisplayItemList (Closed)
Patch Set: danakj review Created 3 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 | « cc/blink/web_display_item_list_impl.h ('k') | cc/layers/picture_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_display_item_list_impl.cc
diff --git a/cc/blink/web_display_item_list_impl.cc b/cc/blink/web_display_item_list_impl.cc
index c1c47de0c9b9494b582b36088600e5c2ac4de4bf..af418aef43c0033d9ebae3b65498cb61185656e5 100644
--- a/cc/blink/web_display_item_list_impl.cc
+++ b/cc/blink/web_display_item_list_impl.cc
@@ -148,8 +148,8 @@ void WebDisplayItemListImpl::AppendEndScrollItem() {
AppendEndTransformItem();
}
-void WebDisplayItemListImpl::SetIsSuitableForGpuRasterization(bool isSuitable) {
- display_item_list_->SetIsSuitableForGpuRasterization(isSuitable);
+void WebDisplayItemListImpl::SetNumSlowPaths(int num_slow_paths) {
+ display_item_list_->SetNumSlowPaths(num_slow_paths);
}
WebDisplayItemListImpl::~WebDisplayItemListImpl() {
« no previous file with comments | « cc/blink/web_display_item_list_impl.h ('k') | cc/layers/picture_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698