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 1b5018cedbe73f604b4ea51f0c8b6301063fae74..88c82c335593883ad5be542abca678b209104e9a 100644 |
--- a/content/browser/compositor/reflector_impl_unittest.cc |
+++ b/content/browser/compositor/reflector_impl_unittest.cc |
@@ -94,8 +94,13 @@ class TestOutputSurface : public BrowserCompositorOutputSurface { |
} |
} |
+ void OnGpuSwapBuffersCompleted( |
+ const std::vector<ui::LatencyInfo>& latency_info, |
+ gfx::SwapResult result) override { |
+ NOTREACHED(); |
+ } |
+ |
#if defined(OS_MACOSX) |
- void OnSurfaceDisplayed() override {} |
void SetSurfaceSuspendedForRecycle(bool suspended) override {} |
bool SurfaceShouldNotShowFramesAfterSuspendForRecycle() const override { |
return false; |