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

Unified Diff: chrome/browser/renderer_host/backing_store_win.cc

Issue 4399003: Deleted code associated with --enable-gpu-rendering and... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | « chrome/browser/renderer_host/backing_store_win.h ('k') | chrome/browser/renderer_host/backing_store_x.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/backing_store_win.cc
===================================================================
--- chrome/browser/renderer_host/backing_store_win.cc (revision 65168)
+++ chrome/browser/renderer_host/backing_store_win.cc (working copy)
@@ -116,12 +116,7 @@
RenderProcessHost* process,
TransportDIB::Id bitmap,
const gfx::Rect& bitmap_rect,
- const std::vector<gfx::Rect>& copy_rects,
- bool* painted_synchronously) {
- // Our paints are always synchronous and the TransportDIB can be freed when
- // we're done (even on error).
- *painted_synchronously = true;
-
+ const std::vector<gfx::Rect>& copy_rects) {
if (!backing_store_dib_) {
backing_store_dib_ = CreateDIB(hdc_, size().width(),
size().height(), color_depth_);
« no previous file with comments | « chrome/browser/renderer_host/backing_store_win.h ('k') | chrome/browser/renderer_host/backing_store_x.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698