| Index: content/browser/compositor/browser_compositor_view_private_mac.h
|
| diff --git a/content/browser/compositor/browser_compositor_view_private_mac.h b/content/browser/compositor/browser_compositor_view_private_mac.h
|
| index e36142ac637892bb02b62a0589bca2151b453b1b..23fdc8ba5347e1ce1f9cfe4dc355dea328a60570 100644
|
| --- a/content/browser/compositor/browser_compositor_view_private_mac.h
|
| +++ b/content/browser/compositor/browser_compositor_view_private_mac.h
|
| @@ -33,6 +33,9 @@ class BrowserCompositorViewMacInternal
|
| // Return true if the last frame swapped has a size in DIP of |dip_size|.
|
| bool HasFrameOfSize(const gfx::Size& dip_size) const;
|
|
|
| + // Return the CGL renderer ID for the surface, if one is available.
|
| + int GetRendererID() const;
|
| +
|
| // Mark a bracket in which new frames are being pumped in a restricted nested
|
| // run loop.
|
| void BeginPumpingFrames();
|
|
|