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

Unified Diff: content/renderer/android/synchronous_compositor_frame_sink.h

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
Index: content/renderer/android/synchronous_compositor_frame_sink.h
diff --git a/content/renderer/android/synchronous_compositor_frame_sink.h b/content/renderer/android/synchronous_compositor_frame_sink.h
index a9a273bbbabd0b6b48fbcb9b95377ab8c7c56188..4cb920adb02488e3ec46413e11f1096667de2cc7 100644
--- a/content/renderer/android/synchronous_compositor_frame_sink.h
+++ b/content/renderer/android/synchronous_compositor_frame_sink.h
@@ -146,8 +146,8 @@ class SynchronousCompositorFrameSink
// is owned/destroyed on the compositor thread.
std::unique_ptr<cc::SurfaceManager> surface_manager_;
std::unique_ptr<cc::SurfaceIdAllocator> surface_id_allocator_;
- cc::LocalFrameId child_local_frame_id_;
- cc::LocalFrameId root_local_frame_id_;
+ cc::LocalSurfaceId child_local_surface_id_;
+ cc::LocalSurfaceId root_local_surface_id_;
// Uses surface_manager_.
std::unique_ptr<cc::SurfaceFactory> root_factory_;
std::unique_ptr<cc::SurfaceFactory> child_factory_;

Powered by Google App Engine
This is Rietveld 408576698