Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / cc / test / fake_output_surface_client.cc
index 6fabdf8..77c7f8a 100644 (file)
@@ -20,6 +20,10 @@ void FakeOutputSurfaceClient::BeginFrame(const BeginFrameArgs& args) {
   begin_frame_count_++;
 }
 
+void FakeOutputSurfaceClient::DidSwapBuffers() {
+  swap_count_++;
+}
+
 void FakeOutputSurfaceClient::DidLoseOutputSurface() {
   did_lose_output_surface_called_ = true;
 }