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

Unified Diff: cc/debug/rasterize_and_record_benchmark_impl.cc

Issue 793693003: Tile Compression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/debug/debug_colors.cc ('k') | cc/layers/picture_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/rasterize_and_record_benchmark_impl.cc
diff --git a/cc/debug/rasterize_and_record_benchmark_impl.cc b/cc/debug/rasterize_and_record_benchmark_impl.cc
index c00d0b94dfefaa61be81c9e19af43012c6ca38be..bd9fd783b60d47d00e1e49d755891601ca531945 100644
--- a/cc/debug/rasterize_and_record_benchmark_impl.cc
+++ b/cc/debug/rasterize_and_record_benchmark_impl.cc
@@ -95,8 +95,9 @@ class FixedInvalidationPictureLayerTilingClient
: base_client_(base_client), invalidation_(invalidation) {}
scoped_refptr<Tile> CreateTile(PictureLayerTiling* tiling,
- const gfx::Rect& content_rect) override {
- return base_client_->CreateTile(tiling, content_rect);
+ const gfx::Rect& content_rect,
+ int flags) override {
+ return base_client_->CreateTile(tiling, content_rect, flags);
}
gfx::Size CalculateTileSize(const gfx::Size& content_bounds) const override {
« no previous file with comments | « cc/debug/debug_colors.cc ('k') | cc/layers/picture_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698