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

Unified Diff: ui/android/delegated_frame_host_android.h

Issue 2382873002: Replace usage of SurfaceId's client_id with FrameSinkId (Closed)
Patch Set: Fix android_webview Created 4 years, 3 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 2536ad753c3ce7ff16715fff2ea0da3e37fea45d..b6591b946e832e64040be7e31e0e6500cf8686d0 100644
--- a/ui/android/delegated_frame_host_android.h
+++ b/ui/android/delegated_frame_host_android.h
@@ -50,7 +50,7 @@ class UI_ANDROID_EXPORT DelegatedFrameHostAndroid
bool HasDelegatedContent() const;
- uint32_t GetSurfaceClientId() const;
+ cc::FrameSinkId GetFrameSinkId() const;
// Should only be called when the host has a content layer.
void RequestCopyOfSurface(

Powered by Google App Engine
This is Rietveld 408576698