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

Unified Diff: ui/android/delegated_frame_host_android.h

Issue 2612083002: DirectCompositorFrameSink Uses CompositorFrameSinkSupport (Closed)
Patch Set: CompositorImpl::AddChildFrameSink() and CompositorImpl::RemoveChildFrameSink() replace DelegatedFra… 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 2e3ba78348fddd58e0501aa780385ff63a8f804a..4b1446b28809fe9cb05b886f5c3ea5117851e927 100644
--- a/ui/android/delegated_frame_host_android.h
+++ b/ui/android/delegated_frame_host_android.h
@@ -67,11 +67,6 @@ class UI_ANDROID_EXPORT DelegatedFrameHostAndroid
void UpdateContainerSizeinDIP(const gfx::Size& size_in_dip);
- // Called when this DFH is attached/detached from a parent browser compositor
- // and needs to be attached to the surface hierarchy.
- void RegisterFrameSinkHierarchy(const cc::FrameSinkId& parent_id);
- void UnregisterFrameSinkHierarchy();
-
private:
// cc::SurfaceFactoryClient implementation.
void ReturnResources(const cc::ReturnedResourceArray& resources) override;

Powered by Google App Engine
This is Rietveld 408576698