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

Unified Diff: content/browser/frame_host/render_widget_host_view_child_frame.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: content/browser/frame_host/render_widget_host_view_child_frame.h
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h
index 551c56cc266c651eca89701fd7e04db5eb9ba763..844d36241994b1218c6f44aebdece7ca86526b29 100644
--- a/content/browser/frame_host/render_widget_host_view_child_frame.h
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.h
@@ -112,7 +112,7 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
override;
void SubmitCompositorFrame(const cc::LocalSurfaceId& local_surface_id,
cc::CompositorFrame frame) override;
- void OnBeginFrameDidNotSwap(const cc::BeginFrameAck& ack) override;
+ void OnDidNotProduceFrame(const cc::BeginFrameAck& ack) override;
void OnSurfaceChanged(const cc::SurfaceInfo& surface_info) override;
// Since the URL of content rendered by this class is not displayed in
// the URL bar, this method does not need an implementation.

Powered by Google App Engine
This is Rietveld 408576698