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

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

Issue 628703005: Remove GpuHostMsg_FrameDrawn and replace with client channel swap ack (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/gpu_browser_compositor_output_surface.h
diff --git a/content/browser/compositor/gpu_browser_compositor_output_surface.h b/content/browser/compositor/gpu_browser_compositor_output_surface.h
index de356b83ff6c5296fc0f157a7319946616f833e0..93336d0f5b7ce01f5f57ed1a29ac0ac0b6217e61 100644
--- a/content/browser/compositor/gpu_browser_compositor_output_surface.h
+++ b/content/browser/compositor/gpu_browser_compositor_output_surface.h
@@ -34,7 +34,8 @@ class GpuBrowserCompositorOutputSurface
protected:
// cc::OutputSurface implementation.
- virtual void SwapBuffers(cc::CompositorFrame* frame) OVERRIDE;
+ virtual void SwapBuffers(cc::CompositorFrame* frame) override;
+ void OnSwapBuffersCompleted(const std::vector<ui::LatencyInfo>& latency_info);
DISALLOW_COPY_AND_ASSIGN(GpuBrowserCompositorOutputSurface);
};

Powered by Google App Engine
This is Rietveld 408576698