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

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

Issue 2493223002: Change exo::SurfaceFactoryOwner to exo::ExoCompositorFrameSink (Closed)
Patch Set: Undid a change on an if condition in exo::Surface::CommitSurfaceHierarchy() 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.h
diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
index c505b9dcbddc9422302b5e1eae088cec9529f938..acbdfb0c62d22f079ab3fcb002a87db00dbd462e 100644
--- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
+++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
@@ -42,6 +42,7 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
void DidReceiveCompositorFrameAck() override;
void OnBeginFrame(const cc::BeginFrameArgs&) override;
void ReclaimResources(const cc::ReturnedResourceArray& resources) override;
+ void WillDrawSurface() {}
// This enum is used in histogram, so it should be append-only.
enum OffscreenCanvasCommitType {

Powered by Google App Engine
This is Rietveld 408576698