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

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

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
Index: content/browser/compositor/surface_display_output_surface.h
diff --git a/content/browser/compositor/surface_display_output_surface.h b/content/browser/compositor/surface_display_output_surface.h
index 663dbed3f2890d4a1b364e120566a7e4ba64fca5..185e0ffc1d29cfafc300269e4f79d038a77c321d 100644
--- a/content/browser/compositor/surface_display_output_surface.h
+++ b/content/browser/compositor/surface_display_output_surface.h
@@ -23,8 +23,7 @@ class SurfaceDisplayOutputSurface : public cc::OutputSurface {
SurfaceDisplayOutputSurface(
cc::Display* display,
cc::SurfaceManager* surface_manager,
- const scoped_refptr<cc::ContextProvider>& context_provider,
- scoped_ptr<cc::SoftwareOutputDevice> software_device);
+ const scoped_refptr<cc::ContextProvider>& context_provider);
virtual ~SurfaceDisplayOutputSurface();
// cc::OutputSurface implementation.
« no previous file with comments | « content/browser/compositor/onscreen_display_client.cc ('k') | content/browser/compositor/surface_display_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698