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

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: 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
« cc/test/render_pass_test_common.h ('K') | « cc/yuv_video_draw_quad.cc ('k') | no next file » | 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..2ebcb9e000d601ecb606f2aa06deb25151ec46a5 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(
« cc/test/render_pass_test_common.h ('K') | « cc/yuv_video_draw_quad.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698