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

Unified Diff: cc/blink/web_display_item_list_impl.h

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 | « no previous file | cc/blink/web_display_item_list_impl.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.h
diff --git a/cc/blink/web_display_item_list_impl.h b/cc/blink/web_display_item_list_impl.h
index e3fa9b87920be98202fd4c622f97b16ba4a9a969..3ec5f26a8c1253fb1229cbd4b77017a83dbe5186 100644
--- a/cc/blink/web_display_item_list_impl.h
+++ b/cc/blink/web_display_item_list_impl.h
@@ -66,7 +66,7 @@ class WebDisplayItemListImpl : public blink::WebDisplayItemList {
ScrollContainerId) override;
void AppendEndScrollItem() override;
- void SetIsSuitableForGpuRasterization(bool isSuitable) override;
+ void SetNumSlowPaths(int num_slow_paths) override;
private:
scoped_refptr<cc::DisplayItemList> display_item_list_;
« no previous file with comments | « no previous file | cc/blink/web_display_item_list_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698