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

Unified Diff: ui/android/window_android_compositor.h

Issue 2683663002: Add AddChildFrameSink() and RemoveChildFrameSink() To WindowAndroidCompositor (Closed)
Patch Set: 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
« no previous file with comments | « ui/android/delegated_frame_host_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/window_android_compositor.h
diff --git a/ui/android/window_android_compositor.h b/ui/android/window_android_compositor.h
index 7dfa349f1b4f0834eb83d8338b2a21da3d05cf22..12cc1ddbbffc96c196e8d6bcb62f215c5ae666ef 100644
--- a/ui/android/window_android_compositor.h
+++ b/ui/android/window_android_compositor.h
@@ -30,6 +30,8 @@ class UI_ANDROID_EXPORT WindowAndroidCompositor {
virtual void SetNeedsAnimate() = 0;
virtual ResourceManager& GetResourceManager() = 0;
virtual cc::FrameSinkId GetFrameSinkId() = 0;
+ virtual void AddChildFrameSink(const cc::FrameSinkId& frame_sink_id) = 0;
+ virtual void RemoveChildFrameSink(const cc::FrameSinkId& frame_sink_id) = 0;
};
} // namespace ui
« no previous file with comments | « ui/android/delegated_frame_host_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698