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

Unified Diff: ui/android/delegated_frame_host_android.h

Issue 2656893003: Let DelegateFrameHost in Mac and Android use correct FrameSinkId during creation (Closed)
Patch Set: Android 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: 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..1539c6399cbb8449a3682de791d9ca9efdde0da0 100644
--- a/ui/android/delegated_frame_host_android.h
+++ b/ui/android/delegated_frame_host_android.h
@@ -41,7 +41,8 @@ class UI_ANDROID_EXPORT DelegatedFrameHostAndroid
DelegatedFrameHostAndroid(ViewAndroid* view,
SkColor background_color,
- Client* client);
+ Client* client,
+ cc::FrameSinkId frame_sink_id);
Fady Samuel 2017/01/25 23:23:48 const cc::FrameSinkId&
~DelegatedFrameHostAndroid() override;

Powered by Google App Engine
This is Rietveld 408576698