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

Unified Diff: ui/compositor/compositor.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
Index: ui/compositor/compositor.cc
diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc
index 43a6e4402642dc96d5c575ca2c4ff92b9057ceeb..9abe91e697d4ecbbf26fc58878ea1194457f2691 100644
--- a/ui/compositor/compositor.cc
+++ b/ui/compositor/compositor.cc
@@ -84,8 +84,7 @@ class WebGraphicsContextToOutputSurfaceAdapter
return NULL;
}
- virtual void SendFrameToParentCompositor(
- const cc::CompositorFrame&) OVERRIDE {
+ virtual void SendFrameToParentCompositor(cc::CompositorFrame*) OVERRIDE {
}
private:
« no previous file with comments | « content/renderer/gpu/compositor_output_surface.cc ('k') | webkit/compositor_bindings/web_compositor_support_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698