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

Unified Diff: cc/surfaces/surface_id.cc

Issue 2661543002: Rename LocalFrameId to LocalSurfaceId (Closed)
Patch Set: c Created 3 years, 11 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/surfaces/surface_id.h ('k') | cc/surfaces/surface_id_allocator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_id.cc
diff --git a/cc/surfaces/surface_id.cc b/cc/surfaces/surface_id.cc
index 0262313a4f8fd022a2b01c817e894b5eec361806..079a377ee551d4ad882b182dda0d4f1af4e90f8b 100644
--- a/cc/surfaces/surface_id.cc
+++ b/cc/surfaces/surface_id.cc
@@ -11,7 +11,7 @@ namespace cc {
std::string SurfaceId::ToString() const {
return base::StringPrintf("SurfaceId(%s, %s)",
frame_sink_id_.ToString().c_str(),
- local_frame_id_.ToString().c_str());
+ local_surface_id_.ToString().c_str());
}
std::ostream& operator<<(std::ostream& out, const SurfaceId& surface_id) {
« no previous file with comments | « cc/surfaces/surface_id.h ('k') | cc/surfaces/surface_id_allocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698