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

Unified Diff: content/browser/compositor/reflector_impl_unittest.cc

Issue 2402173002: cc: Get rid of PostSwapBuffersComplete. (Closed)
Patch Set: postswap: . 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/reflector_impl_unittest.cc
diff --git a/content/browser/compositor/reflector_impl_unittest.cc b/content/browser/compositor/reflector_impl_unittest.cc
index e57bb02c8e1c9f839bd1db1607bb1fbe271567ed..05b2cf1a54be05d56062d6a93151bfb009d92429 100644
--- a/content/browser/compositor/reflector_impl_unittest.cc
+++ b/content/browser/compositor/reflector_impl_unittest.cc
@@ -84,7 +84,6 @@ class TestOutputSurface : public BrowserCompositorOutputSurface {
std::move(vsync_manager),
begin_frame_source,
CreateTestValidatorOzone()) {
- device_scale_factor_ = 1.f;
}
void SetFlip(bool flip) { capabilities_.flipped_output_surface = flip; }
@@ -107,13 +106,6 @@ class TestOutputSurface : public BrowserCompositorOutputSurface {
}
}
- void OnGpuSwapBuffersCompleted(
- const std::vector<ui::LatencyInfo>& latency_info,
- gfx::SwapResult result,
- const gpu::GpuProcessHostedCALayerTreeParamsMac* params_mac) override {
- NOTREACHED();
- }
-
#if defined(OS_MACOSX)
void SetSurfaceSuspendedForRecycle(bool suspended) override {}
#endif

Powered by Google App Engine
This is Rietveld 408576698