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

Unified Diff: cc/output/overlay_unittest.cc

Issue 2527283003: cc: Introduce BeginFrame sequence numbers and acknowledgements.
Patch Set: Address Brian's comments. Created 4 years 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
« no previous file with comments | « cc/output/output_surface_frame.h ('k') | cc/output/software_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/overlay_unittest.cc
diff --git a/cc/output/overlay_unittest.cc b/cc/output/overlay_unittest.cc
index 4472c9ec8f8977e40b8c1b08ab71a017d6c32d20..0654a3aec701a06c751e2b9fb3e3d9f9d7221d35 100644
--- a/cc/output/overlay_unittest.cc
+++ b/cc/output/overlay_unittest.cc
@@ -1329,11 +1329,11 @@ class GLRendererWithOverlaysTest : public testing::Test {
renderer_->DrawFrame(pass_list, 1.f, gfx::ColorSpace(), viewport_size);
}
void SwapBuffers() {
- renderer_->SwapBuffers(std::vector<ui::LatencyInfo>());
+ renderer_->SwapBuffers(OutputSurfaceFrame());
renderer_->SwapBuffersComplete();
}
void SwapBuffersWithoutComplete() {
- renderer_->SwapBuffers(std::vector<ui::LatencyInfo>());
+ renderer_->SwapBuffers(OutputSurfaceFrame());
}
void SwapBuffersComplete() {
renderer_->SwapBuffersComplete();
« no previous file with comments | « cc/output/output_surface_frame.h ('k') | cc/output/software_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698