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

Unified Diff: ui/compositor/layer.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: ui/compositor/layer.h
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
index f5d4526142669b2b692cce0a08eb963c72153d57..8167fa7c599cbe9fef107bda6645a9c0b42cacb4 100644
--- a/ui/compositor/layer.h
+++ b/ui/compositor/layer.h
@@ -297,7 +297,7 @@ class COMPOSITOR_EXPORT Layer
void SetTextureScale(float x_scale, float y_scale);
// Begins showing content from a surface with a particular id.
- void SetShowSurface(cc::SurfaceId surface_id,
+ void SetShowSurface(const cc::SurfaceId& surface_id,
const cc::SurfaceLayer::SatisfyCallback& satisfy_callback,
const cc::SurfaceLayer::RequireCallback& require_callback,
gfx::Size surface_size,

Powered by Google App Engine
This is Rietveld 408576698