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

Unified Diff: content/browser/compositor/browser_compositor_output_surface.h

Issue 2402173002: cc: Get rid of PostSwapBuffersComplete. (Closed)
Patch Set: postswap: fix-blimp-unittest-post-swap-acks Created 4 years, 2 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/compositor/browser_compositor_output_surface.h
diff --git a/content/browser/compositor/browser_compositor_output_surface.h b/content/browser/compositor/browser_compositor_output_surface.h
index 526ce4362f79be238640c3be3f3ae05c7c860fc3..7084ec1c22022b6cf108aa6df3ed4a55cefe61b4 100644
--- a/content/browser/compositor/browser_compositor_output_surface.h
+++ b/content/browser/compositor/browser_compositor_output_surface.h
@@ -52,16 +52,6 @@ class CONTENT_EXPORT BrowserCompositorOutputSurface
// Called when |reflector_| was updated.
virtual void OnReflectorChanged();
- // Called when a swap completion is sent from the GPU process.
- // The argument |params_mac| is used to communicate parameters needed on Mac
- // to display the CALayer for the swap in the browser process.
- // TODO(ccameron): Remove |params_mac| when the CALayer tree is hosted in the
- // browser process.
- virtual void OnGpuSwapBuffersCompleted(
- const std::vector<ui::LatencyInfo>& latency_info,
- gfx::SwapResult result,
- const gpu::GpuProcessHostedCALayerTreeParamsMac* params_mac) = 0;
-
#if defined(OS_MACOSX)
virtual void SetSurfaceSuspendedForRecycle(bool suspended) = 0;
#endif
« no previous file with comments | « cc/test/test_compositor_frame_sink.cc ('k') | content/browser/compositor/gpu_browser_compositor_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698