Index: cc/trees/layer_tree_host_impl_unittest.cc |
diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc |
index 59468ceccbf0efc919c19a7d3c9e0986ee7026cc..0fecdf459f6c7d619002aea9d3f58278bba69ef9 100644 |
--- a/cc/trees/layer_tree_host_impl_unittest.cc |
+++ b/cc/trees/layer_tree_host_impl_unittest.cc |
@@ -91,6 +91,7 @@ public: |
virtual void DidLoseOutputSurfaceOnImplThread() OVERRIDE { } |
virtual void OnSwapBuffersCompleteOnImplThread() OVERRIDE { } |
virtual void OnVSyncParametersChanged(base::TimeTicks, base::TimeDelta) OVERRIDE { } |
+ virtual void DidVSync(base::TimeTicks) OVERRIDE { } |
virtual void OnCanDrawStateChanged(bool canDraw) OVERRIDE { m_onCanDrawStateChangedCalled = true; } |
virtual void OnHasPendingTreeStateChanged(bool hasPendingTree) OVERRIDE { m_hasPendingTree = hasPendingTree; } |
virtual void SetNeedsRedrawOnImplThread() OVERRIDE { m_didRequestRedraw = true; } |