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

Unified Diff: cc/output/output_surface.h

Issue 2402173002: cc: Get rid of PostSwapBuffersComplete. (Closed)
Patch Set: postswap: . Created 4 years, 2 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/output/output_surface.h
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
index 9a3d8ce6802ebfcea3b4903fa6ac3a1cbe87957b..89decf82627bd69c3f6c015a0d2de516281d649f 100644
--- a/cc/output/output_surface.h
+++ b/cc/output/output_surface.h
@@ -138,8 +138,6 @@ class CC_EXPORT OutputSurface : public base::trace_event::MemoryDumpProvider {
base::trace_event::ProcessMemoryDump* pmd) override;
protected:
- void PostSwapBuffersComplete();
-
// Used internally for the context provider to inform the client about loss,
// and can be overridden to change behaviour instead of informing the client.
virtual void DidLoseOutputSurface();

Powered by Google App Engine
This is Rietveld 408576698