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

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

Issue 2430653002: Mus+Ash: Towards Unifying CompositorFrameSink terminology (Closed)
Patch Set: Updated Created 4 years, 2 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 d08640bc15904207b98f2f9089b9387bc0f9ff0b..a3679bb223a4bf10cdb40871c50f3682e8a89105 100644
--- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
+++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
@@ -34,7 +34,8 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
bool isWebGLSoftwareRendering = false) override;
// cc::mojom::blink::MojoCompositorFrameSinkClient implementation.
- void ReturnResources(const cc::ReturnedResourceArray& resources) override;
+ void DidReceiveCompositorFrameAck() override;
+ void ReclaimResources(const cc::ReturnedResourceArray& resources) override;
// This enum is used in histogram, so it should be append-only.
enum OffscreenCanvasCommitType {

Powered by Google App Engine
This is Rietveld 408576698