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

Unified Diff: ui/android/delegated_frame_host_android.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
« no previous file with comments | « third_party/WebKit/public/blink_typemaps.gni ('k') | ui/android/delegated_frame_host_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 977f03b053d977efb1bdf03e0d9f8bf71d90c6a5..392217dc51448f22824070334e39a607b7ac3ed5 100644
--- a/ui/android/delegated_frame_host_android.h
+++ b/ui/android/delegated_frame_host_android.h
@@ -93,7 +93,7 @@ class UI_ANDROID_EXPORT DelegatedFrameHostAndroid
FrameData();
~FrameData();
- cc::LocalFrameId local_frame_id;
+ cc::LocalSurfaceId local_surface_id;
gfx::Size surface_size;
float top_controls_height;
float top_controls_shown_ratio;
« no previous file with comments | « third_party/WebKit/public/blink_typemaps.gni ('k') | ui/android/delegated_frame_host_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698