Index: services/ui/public/cpp/lib/output_surface.cc |
diff --git a/services/ui/public/cpp/lib/output_surface.cc b/services/ui/public/cpp/lib/output_surface.cc |
index d8ce012ce296c2d193b0aa922c74acc0b2ff6061..2d58a0a9f833190f3e76857d02ba2de8f5f37a58 100644 |
--- a/services/ui/public/cpp/lib/output_surface.cc |
+++ b/services/ui/public/cpp/lib/output_surface.cc |
@@ -45,8 +45,6 @@ uint32_t OutputSurface::GetFramebufferCopyTextureFormat() { |
} |
void OutputSurface::SwapBuffers(cc::CompositorFrame frame) { |
- // TODO(fsamuel, rjkroege): We should probably throttle compositor frames. |
- client_->DidSwapBuffers(); |
// OutputSurface owns WindowSurface, and so if OutputSurface is |
// destroyed then SubmitCompositorFrame's callback will never get called. |
// Thus, base::Unretained is safe here. |