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

Unified Diff: content/browser/renderer_host/delegated_frame_host.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/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 6cb7a4986418b162567bcb0e83ca8050c4a89cd4..067ccc2dd9d4120965c5a2ba807408d294341f2c 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 DidNotProduceFrame(const cc::BeginFrameAck& ack);
// Exposed for tests.
cc::SurfaceId SurfaceIdForTesting() const {
« no previous file with comments | « content/browser/renderer_host/browser_compositor_view_mac.mm ('k') | content/browser/renderer_host/delegated_frame_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698