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

Unified Diff: webkit/compositor_bindings/web_compositor_support_output_surface.cc

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 | « webkit/compositor_bindings/web_compositor_support_output_surface.h ('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.cc
diff --git a/webkit/compositor_bindings/web_compositor_support_output_surface.cc b/webkit/compositor_bindings/web_compositor_support_output_surface.cc
index 12bbe9b2185104f7f80f8148d0b036c8e2011d4a..03d49f1b29c96a04fe2058435cf4a1e4adc35452 100644
--- a/webkit/compositor_bindings/web_compositor_support_output_surface.cc
+++ b/webkit/compositor_bindings/web_compositor_support_output_surface.cc
@@ -41,7 +41,7 @@ cc::SoftwareOutputDevice* WebCompositorSupportOutputSurface::SoftwareDevice() co
}
void WebCompositorSupportOutputSurface::SendFrameToParentCompositor(
- const cc::CompositorFrame&) {
+ cc::CompositorFrame*) {
// No support for delegated renderers in DumpRenderTree.
NOTREACHED();
}
« no previous file with comments | « webkit/compositor_bindings/web_compositor_support_output_surface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698