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

Unified Diff: ash/laser/laser_pointer_view.h

Issue 2720803002: Pass returned resources to DidReceiveCompositorFrameAck (Closed)
Patch Set: c 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: ash/laser/laser_pointer_view.h
diff --git a/ash/laser/laser_pointer_view.h b/ash/laser/laser_pointer_view.h
index 54221c4db4713ad33b078e7c2d451dbc0dc3b971..f8d1407fb55523c9226c3ff9af1462ec04304b24 100644
--- a/ash/laser/laser_pointer_view.h
+++ b/ash/laser/laser_pointer_view.h
@@ -63,7 +63,8 @@ class LaserPointerView : public views::View,
void EvictFrame() override;
// Overridden from cc::CompositorFrameSinkSupportClient:
- void DidReceiveCompositorFrameAck() override;
+ void DidReceiveCompositorFrameAck(
+ const cc::ReturnedResourceArray& resources) override;
void OnBeginFrame(const cc::BeginFrameArgs& args) override {}
void ReclaimResources(const cc::ReturnedResourceArray& resources) override;
void WillDrawSurface(const cc::LocalSurfaceId& local_surface_id,

Powered by Google App Engine
This is Rietveld 408576698