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

Unified Diff: cc/quads/surface_draw_quad.h

Issue 2136413002: Update Surface ID Terminology (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed webkit_unit_tests Created 4 years, 5 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/quads/surface_draw_quad.h
diff --git a/cc/quads/surface_draw_quad.h b/cc/quads/surface_draw_quad.h
index 890f3bf5d3f613410234cd24452b5ee6173c12a3..b0db76aab37b202a520dfd69c73c83cb67c78021 100644
--- a/cc/quads/surface_draw_quad.h
+++ b/cc/quads/surface_draw_quad.h
@@ -20,14 +20,14 @@ class CC_EXPORT SurfaceDrawQuad : public DrawQuad {
void SetNew(const SharedQuadState* shared_quad_state,
const gfx::Rect& rect,
const gfx::Rect& visible_rect,
- SurfaceId surface_id);
+ const SurfaceId& surface_id);
void SetAll(const SharedQuadState* shared_quad_state,
const gfx::Rect& rect,
const gfx::Rect& opaque_rect,
const gfx::Rect& visible_rect,
bool needs_blending,
- SurfaceId surface_id);
+ const SurfaceId& surface_id);
SurfaceId surface_id;

Powered by Google App Engine
This is Rietveld 408576698