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

Unified Diff: content/browser/compositor/surface_display_output_surface.cc

Issue 303113007: Add software renderer support for surfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « content/browser/compositor/surface_display_output_surface.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/compositor/surface_display_output_surface.cc
diff --git a/content/browser/compositor/surface_display_output_surface.cc b/content/browser/compositor/surface_display_output_surface.cc
index ed81a005c764d09106e1022774c7eafe6d10a71a..dae35426f8cd0f52ed28edb67931d37ffe435ea9 100644
--- a/content/browser/compositor/surface_display_output_surface.cc
+++ b/content/browser/compositor/surface_display_output_surface.cc
@@ -14,9 +14,9 @@ namespace content {
SurfaceDisplayOutputSurface::SurfaceDisplayOutputSurface(
cc::Display* display,
cc::SurfaceManager* surface_manager,
- const scoped_refptr<cc::ContextProvider>& context_provider,
- scoped_ptr<cc::SoftwareOutputDevice> software_device)
- : cc::OutputSurface(context_provider, software_device.Pass()),
+ const scoped_refptr<cc::ContextProvider>& context_provider)
+ : cc::OutputSurface(context_provider,
+ scoped_ptr<cc::SoftwareOutputDevice>()),
display_(display),
surface_manager_(surface_manager) {
capabilities_.delegated_rendering = true;
« no previous file with comments | « content/browser/compositor/surface_display_output_surface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698