Index: cc/test/fake_output_surface.h |
diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h |
index 6eff484d450e00c7a3114710f5d74e1e04d741e9..63b541168245b147f6549379af7197a7a44d04ee 100644 |
--- a/cc/test/fake_output_surface.h |
+++ b/cc/test/fake_output_surface.h |
@@ -70,6 +70,8 @@ class FakeOutputSurface : public OutputSurface { |
CompositorFrame& last_sent_frame() { return last_sent_frame_; } |
size_t num_sent_frames() { return num_sent_frames_; } |
+ virtual void SwapBuffers(const ui::LatencyInfo&) OVERRIDE; |
+ |
virtual void SetNeedsBeginFrame(bool enable) OVERRIDE; |
bool needs_begin_frame() const { |
return needs_begin_frame_; |