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

Unified Diff: content/browser/renderer_host/offscreen_canvas_surface_impl.cc

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Fixed android_clang bot failure Created 4 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: content/browser/renderer_host/offscreen_canvas_surface_impl.cc
diff --git a/content/browser/renderer_host/offscreen_canvas_surface_impl.cc b/content/browser/renderer_host/offscreen_canvas_surface_impl.cc
index a3ed311c56208e9f6d41b047c5e5050c91db9f16..72999d86d8e580f9abf2a07ffcf4f0717184668e 100644
--- a/content/browser/renderer_host/offscreen_canvas_surface_impl.cc
+++ b/content/browser/renderer_host/offscreen_canvas_surface_impl.cc
@@ -74,6 +74,11 @@ void OffscreenCanvasSurfaceImpl::Satisfy(const cc::SurfaceSequence& sequence) {
manager->DidSatisfySequences(sequence.client_id, &sequences);
}
+void OffscreenCanvasSurfaceImpl::SubmitCompositorFrame(
+ cc::CompositorFrame frame) {
+ // TODO(563852): Implement OffscreenCanvas commit flow.
dcheng 2016/08/29 20:10:37 Can we just put this change in the CL that impleme
xlai (Olivia) 2016/08/29 21:43:11 No problems. Since I have already found that the p
+}
+
// TODO(619136): Implement cc::SurfaceFactoryClient functions for resources
// return.
void OffscreenCanvasSurfaceImpl::ReturnResources(

Powered by Google App Engine
This is Rietveld 408576698