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

Unified Diff: cc/test/test_delegating_output_surface.cc

Issue 2329623003: cc: Remove unneeded methods from OutputSurface. (Closed)
Patch Set: superandroid Created 4 years, 3 months 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
Index: cc/test/test_delegating_output_surface.cc
diff --git a/cc/test/test_delegating_output_surface.cc b/cc/test/test_delegating_output_surface.cc
index 88b55d25449aadd943460353e55b7005cee4f33f..41a17b646d49f1021d997de5343164343adcaa35 100644
--- a/cc/test/test_delegating_output_surface.cc
+++ b/cc/test/test_delegating_output_surface.cc
@@ -194,7 +194,7 @@ void TestDelegatingOutputSurface::SetBeginFrameSource(
}
void TestDelegatingOutputSurface::DisplayOutputSurfaceLost() {
- DidLoseOutputSurface();
+ client_->DidLoseOutputSurface();
}
void TestDelegatingOutputSurface::DisplayWillDrawAndSwap(
« no previous file with comments | « cc/surfaces/surface_display_output_surface.cc ('k') | content/renderer/android/synchronous_compositor_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698