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

Unified Diff: cc/test/fake_picture_layer_tiling_client.h

Issue 1051993002: cc: Remove tile sharing from tilings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 years, 8 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: cc/test/fake_picture_layer_tiling_client.h
diff --git a/cc/test/fake_picture_layer_tiling_client.h b/cc/test/fake_picture_layer_tiling_client.h
index e217a78487d59b18c609f8c9d56396678084d5a0..c8e46d59ca3fd0237adfaccef64cdf1c1a595140 100644
--- a/cc/test/fake_picture_layer_tiling_client.h
+++ b/cc/test/fake_picture_layer_tiling_client.h
@@ -21,8 +21,10 @@ class FakePictureLayerTilingClient : public PictureLayerTilingClient {
~FakePictureLayerTilingClient() override;
// PictureLayerTilingClient implementation.
- scoped_refptr<Tile> CreateTile(float contents_scale,
- const gfx::Rect& rect) override;
+ scoped_refptr<Tile> CreateTile(
+ float contents_scale,
+ const gfx::Rect& rect,
+ scoped_refptr<RasterSource>* raster_source) override;
gfx::Size CalculateTileSize(const gfx::Size& content_bounds) const override;
TilePriority::PriorityBin GetMaxTilePriorityBin() const override;

Powered by Google App Engine
This is Rietveld 408576698