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

Unified Diff: ui/gl/ca_renderer_layer_params.h

Issue 2117813002: Add a few missing &s. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | ui/gl/ca_renderer_layer_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/ca_renderer_layer_params.h
diff --git a/ui/gl/ca_renderer_layer_params.h b/ui/gl/ca_renderer_layer_params.h
index 3b3db08e9f32ecf83eec7b2c021a5f2f14f36a74..a6727b471384b5aadf25b21c6365a511e0ce67e5 100644
--- a/ui/gl/ca_renderer_layer_params.h
+++ b/ui/gl/ca_renderer_layer_params.h
@@ -20,10 +20,10 @@ struct GL_EXPORT CARendererLayerParams {
CARendererLayerParams(bool is_clipped,
const gfx::Rect clip_rect,
unsigned sorting_context_id,
- const gfx::Transform transform,
+ const gfx::Transform& transform,
gl::GLImage* image,
- const gfx::RectF contents_rect,
- const gfx::Rect rect,
+ const gfx::RectF& contents_rect,
+ const gfx::Rect& rect,
unsigned background_color,
unsigned edge_aa_mask,
float opacity,
« no previous file with comments | « no previous file | ui/gl/ca_renderer_layer_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698