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

Unified Diff: content/browser/renderer_host/delegated_frame_host.h

Issue 2888043004: [cc] Add and plumb CFS::DidNotProduceFrame. (Closed)
Patch Set: remove ExternalBFS::OnDidFinishFrame and related ack tracking. 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/renderer_host/delegated_frame_host.h
diff --git a/content/browser/renderer_host/delegated_frame_host.h b/content/browser/renderer_host/delegated_frame_host.h
index a795eadd901d3f0af3f2985761324afb332b605d..6230d2c521bd74fd4b6420831b37b7c39f75f46c 100644
--- a/content/browser/renderer_host/delegated_frame_host.h
+++ b/content/browser/renderer_host/delegated_frame_host.h
@@ -171,7 +171,7 @@ class CONTENT_EXPORT DelegatedFrameHost
gfx::Point* transformed_point);
void SetNeedsBeginFrames(bool needs_begin_frames);
- void BeginFrameDidNotSwap(const cc::BeginFrameAck& ack);
+ void BeginFrameDidNotProduceFrame(const cc::BeginFrameAck& ack);
// Exposed for tests.
cc::SurfaceId SurfaceIdForTesting() const {

Powered by Google App Engine
This is Rietveld 408576698