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

Unified Diff: cc/output/output_surface.h

Issue 2096493002: Make cc::CompositorFrames movable [Part 1 of 2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Dana's nits Created 4 years, 6 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/output/gl_renderer_unittest.cc ('k') | cc/output/output_surface_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/output_surface.h
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
index 95a52c1edd05ec325c41949eafc7b4e9fdb49673..e29f253732f4e40a8561e1bbb4e5a8d682fb8f02 100644
--- a/cc/output/output_surface.h
+++ b/cc/output/output_surface.h
@@ -141,7 +141,7 @@ class CC_EXPORT OutputSurface : public base::trace_event::MemoryDumpProvider {
// itself). For successful swaps, the implementation must call
// OutputSurfaceClient::DidSwapBuffers() and eventually
// DidSwapBuffersComplete().
- virtual void SwapBuffers(CompositorFrame* frame) = 0;
+ virtual void SwapBuffers(CompositorFrame frame) = 0;
virtual void OnSwapBuffersComplete();
// Called by subclasses after receiving a response from the gpu process to a
« no previous file with comments | « cc/output/gl_renderer_unittest.cc ('k') | cc/output/output_surface_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698