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

Unified Diff: cc/test/test_delegating_output_surface.h

Issue 2167713002: cc: Delete SurfaceDrawStatus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Scott's comments Created 4 years, 5 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
« no previous file with comments | « cc/surfaces/surface_factory_unittest.cc ('k') | cc/test/test_delegating_output_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_delegating_output_surface.h
diff --git a/cc/test/test_delegating_output_surface.h b/cc/test/test_delegating_output_surface.h
index ed22b4bfe2d81c496b8ffe5a0bb1fbffe1fad09b..7bfd5e50258d11d10607ff086c81305fcf8d533c 100644
--- a/cc/test/test_delegating_output_surface.h
+++ b/cc/test/test_delegating_output_surface.h
@@ -42,7 +42,7 @@ class TestDelegatingOutputSurface : public OutputSurface,
void SetBeginFrameSource(BeginFrameSource* begin_frame_source) override;
private:
- void DrawCallback(SurfaceDrawStatus);
+ void DrawCallback();
class PixelTestDisplayClient : public DisplayClient {
void DisplayOutputSurfaceLost() override {}
« no previous file with comments | « cc/surfaces/surface_factory_unittest.cc ('k') | cc/test/test_delegating_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698