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

Unified Diff: ui/android/delegated_frame_host_android.h

Issue 2383373002: Reduce SurfaceIdAllocator usage and tie SurfaceFactory to a single FrameSinkId (Closed)
Patch Set: Fix TestRenderViewHost + Mac Created 4 years, 2 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/android/delegated_frame_host_android.h
diff --git a/ui/android/delegated_frame_host_android.h b/ui/android/delegated_frame_host_android.h
index a78c162ddc904306acbcc6d3ed81375bceae7f44..ada11f206bfbd002bc6bcdfae3adadaded443577 100644
--- a/ui/android/delegated_frame_host_android.h
+++ b/ui/android/delegated_frame_host_android.h
@@ -76,6 +76,8 @@ class UI_ANDROID_EXPORT DelegatedFrameHostAndroid
void UpdateBackgroundLayer();
+ cc::FrameSinkId frame_sink_id_;
sky 2016/10/03 19:18:25 And here.
Fady Samuel 2016/10/03 19:45:29 Done.
+
ViewAndroid* view_;
cc::SurfaceManager* surface_manager_;

Powered by Google App Engine
This is Rietveld 408576698