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

Unified Diff: content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h

Issue 2644653003: Make OffscreenCanvas animation in sync with its placeholder canvas's parent frame rate (Closed)
Patch Set: rebase again 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: content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h
diff --git a/content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h b/content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h
index ccd6e6a591c27de67e19930826a2fc3a6ec8f73a..3370b52712459984d6abdb58585be613db4412bf 100644
--- a/content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h
+++ b/content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h
@@ -20,6 +20,7 @@ class OffscreenCanvasSurfaceFactoryImpl
// blink::mojom::OffscreenCanvasSurfaceFactory implementation.
void CreateOffscreenCanvasSurface(
+ const cc::FrameSinkId& parent_frame_sink_id,
const cc::FrameSinkId& frame_sink_id,
blink::mojom::OffscreenCanvasSurfaceClientPtr client,
blink::mojom::OffscreenCanvasSurfaceRequest request) override;

Powered by Google App Engine
This is Rietveld 408576698