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

Unified Diff: webkit/compositor_bindings/web_compositor_support_output_surface.h

Issue 11777025: cc: Implement DelegatingRender::drawFrame() method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for-landing 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
« no previous file with comments | « ui/compositor/compositor.cc ('k') | webkit/compositor_bindings/web_compositor_support_output_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/web_compositor_support_output_surface.h
diff --git a/webkit/compositor_bindings/web_compositor_support_output_surface.h b/webkit/compositor_bindings/web_compositor_support_output_surface.h
index 7f81fe44ac1b58978c6ec12c66bc212e640cff8a..c1bd598179ed39c846a4fa68acf0abd6e9b17782 100644
--- a/webkit/compositor_bindings/web_compositor_support_output_surface.h
+++ b/webkit/compositor_bindings/web_compositor_support_output_surface.h
@@ -36,7 +36,7 @@ class WebCompositorSupportOutputSurface : public cc::OutputSurface {
virtual WebKit::WebGraphicsContext3D* Context3D() const OVERRIDE;
virtual cc::SoftwareOutputDevice* SoftwareDevice() const OVERRIDE;
- virtual void SendFrameToParentCompositor(const cc::CompositorFrame&) OVERRIDE;
+ virtual void SendFrameToParentCompositor(cc::CompositorFrame*) OVERRIDE;
private:
WEBKIT_COMPOSITOR_BINDINGS_EXPORT explicit WebCompositorSupportOutputSurface(
« no previous file with comments | « ui/compositor/compositor.cc ('k') | webkit/compositor_bindings/web_compositor_support_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698