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

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

Issue 2801313002: Remove MojoCompositorFrameSink::WillDrawSurface (Closed)
Patch Set: Address Nit 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 1466d3f72761f187878e77fbe8170715dae42912..70d1edffc93eee79bfebfe6c757ea02b65c6a034 100644
--- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
+++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
@@ -43,8 +43,6 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
void DidReceiveCompositorFrameAck() final;
void OnBeginFrame(const cc::BeginFrameArgs&) final;
void ReclaimResources(const cc::ReturnedResourceArray& resources) final;
- void WillDrawSurface(const cc::LocalSurfaceId&,
- ::gfx::mojom::blink::RectPtr damage_rect) final;
// This enum is used in histogram, so it should be append-only.
enum OffscreenCanvasCommitType {

Powered by Google App Engine
This is Rietveld 408576698