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

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 14301021: cc: Don't pass simple well-defined classes by reference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « cc/trees/layer_tree_host_common.cc ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_impl.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index f8e5ac30bfce93a415d7bd889c241d6d519cfaee..0634eb13cd7b830decd037f6ced77d9863f0899f 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -147,7 +147,7 @@ class CC_EXPORT LayerTreeHostImpl : public InputHandlerClient,
base::Time wall_clock_time);
virtual void UpdateAnimationState(bool start_ready_animations);
void UpdateBackgroundAnimateTicking(bool should_background_tick);
- void SetViewportDamage(const gfx::Rect& damage_rect);
+ void SetViewportDamage(gfx::Rect damage_rect);
void ManageTiles();
void SetAnticipatedDrawTime(base::TimeTicks time);
« no previous file with comments | « cc/trees/layer_tree_host_common.cc ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698