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

Unified Diff: cc/output_surface.h

Issue 11777025: cc: Implement DelegatingRender::drawFrame() method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 7 years, 11 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_surface.h
diff --git a/cc/output_surface.h b/cc/output_surface.h
index 3d62f184fbc8b30ac6aa0a948a7c7d81799a0df0..065871cff3c94848d6327b3081fe537ddefd5ddd 100644
--- a/cc/output_surface.h
+++ b/cc/output_surface.h
@@ -55,7 +55,7 @@ class CC_EXPORT OutputSurface : public WebKit::WebCompositorOutputSurface {
// Sends frame data to the parent compositor. This should only be called when
// capabilities().has_parent_compositor.
- virtual void SendFrameToParentCompositor(const CompositorFrame&) {}
+ virtual void SendFrameToParentCompositor(CompositorFrame&) {}
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698