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

Unified Diff: cc/tiles/picture_layer_tiling_set.h

Issue 1803863003: cc: Remove some unnecessary const scoped_refptr&. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/test/fake_video_frame_provider.h ('k') | cc/tiles/picture_layer_tiling_set.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/picture_layer_tiling_set.h
diff --git a/cc/tiles/picture_layer_tiling_set.h b/cc/tiles/picture_layer_tiling_set.h
index 56122870de5a2c82acbbd5b3b4fef987cad1b53a..06aa3a9300b2696c80213a9b74161d1f4969c817 100644
--- a/cc/tiles/picture_layer_tiling_set.h
+++ b/cc/tiles/picture_layer_tiling_set.h
@@ -73,7 +73,7 @@ class CC_EXPORT PictureLayerTilingSet {
// This function is called on the sync tree right after commit.
void UpdateRasterSourceDueToLCDChange(
- const scoped_refptr<DisplayListRasterSource>& raster_source,
+ scoped_refptr<DisplayListRasterSource> raster_source,
const Region& layer_invalidation);
PictureLayerTiling* AddTiling(
@@ -183,7 +183,7 @@ class CC_EXPORT PictureLayerTilingSet {
void CopyTilingsAndPropertiesFromPendingTwin(
const PictureLayerTilingSet* pending_twin_set,
- const scoped_refptr<DisplayListRasterSource>& raster_source,
+ scoped_refptr<DisplayListRasterSource> raster_source,
const Region& layer_invalidation);
// Remove one tiling.
« no previous file with comments | « cc/test/fake_video_frame_provider.h ('k') | cc/tiles/picture_layer_tiling_set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698