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

Unified Diff: cc/output/output_surface.cc

Issue 14417014: cc: Add tile-free software compositing mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to 199251 Created 7 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 | « cc/output/output_surface.h ('k') | cc/output/renderer_pixeltest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/output_surface.cc
diff --git a/cc/output/output_surface.cc b/cc/output/output_surface.cc
index 3af1fd9ba20e15c30cdb4438a6ce6ee36bd99f4a..7a7bdb00ac52e6a9be839d2eb0d59a79c73a34bb 100644
--- a/cc/output/output_surface.cc
+++ b/cc/output/output_surface.cc
@@ -68,6 +68,10 @@ OutputSurface::OutputSurface(
OutputSurface::~OutputSurface() {
}
+bool OutputSurface::ForcedDrawToSoftwareDevice() const {
+ return false;
+}
+
bool OutputSurface::BindToClient(
cc::OutputSurfaceClient* client) {
DCHECK(client);
« no previous file with comments | « cc/output/output_surface.h ('k') | cc/output/renderer_pixeltest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698