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

Unified Diff: cc/surfaces/display.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/display.h ('k') | cc/surfaces/display_scheduler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/display.cc
diff --git a/cc/surfaces/display.cc b/cc/surfaces/display.cc
index 2e283749536e076f21fdbb64b06885ee12272aae..2a83572c9f51d24f370648f2edf22be5a87d7eef 100644
--- a/cc/surfaces/display.cc
+++ b/cc/surfaces/display.cc
@@ -104,9 +104,9 @@ void Display::Initialize(DisplayClient* client,
}
}
-void Display::SetLocalFrameId(const LocalFrameId& id,
- float device_scale_factor) {
- if (current_surface_id_.local_frame_id() == id &&
+void Display::SetLocalSurfaceId(const LocalSurfaceId& id,
+ float device_scale_factor) {
+ if (current_surface_id_.local_surface_id() == id &&
device_scale_factor_ == device_scale_factor) {
return;
}
« no previous file with comments | « cc/surfaces/display.h ('k') | cc/surfaces/display_scheduler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698