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

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

Issue 2544103002: Added MojoCompositorFrameSink::EvictFrame() and MojoCompositorFrameSinkClient::WillDrawSurface() (Closed)
Patch Set: Addressed a comment Created 4 years 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 5d993e2df3bfe6a9c35ea5339248a6d41565cba9..6abe6ea087c394349ba26e4f5f0a6547d69455cb 100644
--- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
+++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
@@ -378,6 +378,11 @@ void OffscreenCanvasFrameDispatcherImpl::ReclaimResources(
}
}
+void OffscreenCanvasFrameDispatcherImpl::WillDrawSurface() {
+ // TODO(fsamuel, staraz): Implement this.
+ NOTIMPLEMENTED();
+}
+
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