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

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

Issue 2761843002: [content] Forward BeginFrameAcks through RWHVMac/BrowserCompositorMac. (Closed)
Patch Set: sync Created 3 years, 9 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
« no previous file with comments | « no previous file | content/browser/renderer_host/browser_compositor_view_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/browser_compositor_view_mac.h
diff --git a/content/browser/renderer_host/browser_compositor_view_mac.h b/content/browser/renderer_host/browser_compositor_view_mac.h
index 6d88a479c9944f9aa52d376e0053710de98f21dc..d62da98df7552b1d7048eb1125b61ab8dfb805ec 100644
--- a/content/browser/renderer_host/browser_compositor_view_mac.h
+++ b/content/browser/renderer_host/browser_compositor_view_mac.h
@@ -64,6 +64,7 @@ class BrowserCompositorMac : public cc::BeginFrameObserver,
void SwapCompositorFrame(uint32_t compositor_frame_sink_id,
const cc::LocalSurfaceId& local_surface_id,
cc::CompositorFrame frame);
+ void OnBeginFrameDidNotSwap(const cc::BeginFrameAck& ack);
void SetHasTransparentBackground(bool transparent);
void SetDisplayColorProfile(const gfx::ICCProfile& icc_profile);
void UpdateVSyncParameters(const base::TimeTicks& timebase,
« no previous file with comments | « no previous file | content/browser/renderer_host/browser_compositor_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698