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

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

Issue 2701663003: CompositorFrameSinkSupportClient::WillDraw needs to take in arguments (Closed)
Patch Set: c Created 3 years, 10 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 cb197b7ad5a306566dac7445690e8f4cddfd4f5d..94331a5d98f992ae227b93acf7d8965674f5d3be 100644
--- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
+++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
@@ -43,7 +43,8 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
void DidReceiveCompositorFrameAck() final;
void OnBeginFrame(const cc::BeginFrameArgs&) final;
void ReclaimResources(const cc::ReturnedResourceArray& resources) final;
- void WillDrawSurface() final;
+ void WillDrawSurface(const cc::LocalSurfaceId&,
+ ::gfx::mojom::blink::RectPtr damageRect) final;
// This enum is used in histogram, so it should be append-only.
enum OffscreenCanvasCommitType {
« no previous file with comments | « services/ui/ws/frame_generator.cc ('k') | third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698