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

Unified Diff: cc/layers/picture_layer_impl.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/layers/picture_layer_impl.h
diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h
index bd13949c4fe7bfb7b97501ce8a228de7dc601361..ac7884bf600f93cf213b7b68d609cfc9aae578d6 100644
--- a/cc/layers/picture_layer_impl.h
+++ b/cc/layers/picture_layer_impl.h
@@ -64,8 +64,10 @@ class CC_EXPORT PictureLayerImpl
Region GetInvalidationRegion() override;
// PictureLayerTilingClient overrides.
- scoped_refptr<Tile> CreateTile(float contents_scale,
- const gfx::Rect& content_rect) override;
+ scoped_refptr<Tile> CreateTile(
+ float contents_scale,
+ const gfx::Rect& content_rect,
+ scoped_refptr<RasterSource>* raster_source) override;
gfx::Size CalculateTileSize(const gfx::Size& content_bounds) const override;
const Region* GetPendingInvalidation() override;
const PictureLayerTiling* GetPendingOrActiveTwinTiling(

Powered by Google App Engine
This is Rietveld 408576698