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

Unified Diff: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h

Issue 2720803002: Pass returned resources to DidReceiveCompositorFrameAck (Closed)
Patch Set: c Created 3 years, 8 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: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
index 70d1edffc93eee79bfebfe6c757ea02b65c6a034..108a22afb83fe54be14403564faaa567b3a476cc 100644
--- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
+++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
@@ -40,7 +40,8 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
void Reshape(int width, int height) final;
// cc::mojom::blink::MojoCompositorFrameSinkClient implementation.
- void DidReceiveCompositorFrameAck() final;
+ void DidReceiveCompositorFrameAck(
+ const cc::ReturnedResourceArray& resources) final;
void OnBeginFrame(const cc::BeginFrameArgs&) final;
void ReclaimResources(const cc::ReturnedResourceArray& resources) final;

Powered by Google App Engine
This is Rietveld 408576698