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

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

Issue 2801313002: Remove MojoCompositorFrameSink::WillDrawSurface (Closed)
Patch Set: 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.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
index d00ba4b9e690f8a4b326ffcfdab1a887669e644a..44b56df79d1f3b95ab7c87d9cae02b732578ccd2 100644
--- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
+++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
@@ -441,12 +441,6 @@ void OffscreenCanvasFrameDispatcherImpl::ReclaimResources(
}
}
-void OffscreenCanvasFrameDispatcherImpl::WillDrawSurface(
- const cc::LocalSurfaceId& localSurfaceId,
- ::gfx::mojom::blink::RectPtr damageRect) {
- // TODO(fsamuel, staraz): Implement this.
-}
-
void OffscreenCanvasFrameDispatcherImpl::reclaimResource(unsigned resourceId) {
// An image resource needs to be returned by both the
// CompositorFrameSink and the HTMLCanvasElement. These

Powered by Google App Engine
This is Rietveld 408576698