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

Unified Diff: components/view_manager/public/cpp/lib/view_manager_delegate.cc

Issue 1281663002: Mandoline: Allow submitting CompositorFrames directly to mojo::Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a TODO Created 5 years, 4 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: components/view_manager/public/cpp/lib/view_manager_delegate.cc
diff --git a/components/view_manager/public/cpp/lib/view_manager_delegate.cc b/components/view_manager/public/cpp/lib/view_manager_delegate.cc
index c35d1dcd9e986292ca6352d1db89fad9f67a8652..a7be84531622b394bffb8a0db88b20f55d7c30f1 100644
--- a/components/view_manager/public/cpp/lib/view_manager_delegate.cc
+++ b/components/view_manager/public/cpp/lib/view_manager_delegate.cc
@@ -8,6 +8,10 @@ namespace mojo {
void ViewManagerDelegate::OnUnembed() {}
+void ViewManagerDelegate::OnResourcesReturned(
+ mojo::Array<mojo::ReturnedResourcePtr> resources) {
+}
+
void ViewManagerDelegate::OnEmbedForDescendant(
View* view,
mojo::URLRequestPtr request,

Powered by Google App Engine
This is Rietveld 408576698