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

Unified Diff: ui/android/delegated_frame_host_android.h

Issue 2388753003: Introduce cc::LocalFrameId and use in SurfaceFactory (Closed)
Patch Set: Fix exo_unittests 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 e40b9e84963b36afba64b57677eed2d6e912a328..d87e68a8e5aa1ae37b38764d8ce2ea4cff168c35 100644
--- a/ui/android/delegated_frame_host_android.h
+++ b/ui/android/delegated_frame_host_android.h
@@ -91,7 +91,7 @@ class UI_ANDROID_EXPORT DelegatedFrameHostAndroid
FrameData();
~FrameData();
- cc::SurfaceId surface_id;
+ cc::LocalFrameId local_frame_id;
gfx::Size surface_size;
float top_controls_height;
float top_controls_shown_ratio;

Powered by Google App Engine
This is Rietveld 408576698