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

Unified Diff: ui/android/delegated_frame_host_android.h

Issue 2888043004: [cc] Add and plumb CFS::DidNotProduceFrame. (Closed)
Patch Set: address nits, rename to DidNotProduceFrame. Created 3 years, 7 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: ui/android/delegated_frame_host_android.h
diff --git a/ui/android/delegated_frame_host_android.h b/ui/android/delegated_frame_host_android.h
index d6065d4ffc73f0df8cc4c857763a5e83c6d88617..0e0991e628f28ccd00b315b31d7c413f6ace39df 100644
--- a/ui/android/delegated_frame_host_android.h
+++ b/ui/android/delegated_frame_host_android.h
@@ -48,6 +48,7 @@ class UI_ANDROID_EXPORT DelegatedFrameHostAndroid
void SubmitCompositorFrame(const cc::LocalSurfaceId& local_surface_id,
cc::CompositorFrame frame);
+ void DidNotProduceFrame(const cc::BeginFrameAck& ack);
void DestroyDelegatedContent();
@@ -82,7 +83,6 @@ class UI_ANDROID_EXPORT DelegatedFrameHostAndroid
// cc::ExternalBeginFrameSourceClient implementation.
void OnNeedsBeginFrames(bool needs_begin_frames) override;
- void OnDidFinishFrame(const cc::BeginFrameAck& ack) override;
void CreateNewCompositorFrameSinkSupport();

Powered by Google App Engine
This is Rietveld 408576698