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

Unified Diff: ui/android/delegated_frame_host_android.h

Issue 2686243002: content/ui[Android]: Remove ContextProviderFactory. (Closed)
Patch Set: Addressed comments. Created 3 years, 10 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 a58e530a190385d416b3177d26eeffba84fe67f1..a101212462d1fe1d94e6a5f8f495743480143243 100644
--- a/ui/android/delegated_frame_host_android.h
+++ b/ui/android/delegated_frame_host_android.h
@@ -40,6 +40,7 @@ class UI_ANDROID_EXPORT DelegatedFrameHostAndroid
};
DelegatedFrameHostAndroid(ViewAndroid* view,
+ cc::SurfaceManager* surface_manager,
SkColor background_color,
Client* client,
const cc::FrameSinkId& frame_sink_id);

Powered by Google App Engine
This is Rietveld 408576698