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

Unified Diff: chrome/browser/renderer_host/backing_store_manager.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
Index: chrome/browser/renderer_host/backing_store_manager.cc
===================================================================
--- chrome/browser/renderer_host/backing_store_manager.cc (revision 65168)
+++ chrome/browser/renderer_host/backing_store_manager.cc (working copy)
@@ -196,11 +196,7 @@
TransportDIB::Id bitmap,
const gfx::Rect& bitmap_rect,
const std::vector<gfx::Rect>& copy_rects,
- bool* needs_full_paint,
- bool* painted_synchronously) {
- // Default to declaring we're done using the transport DIB so it can be freed.
- *painted_synchronously = true;
-
+ bool* needs_full_paint) {
BackingStore* backing_store = GetBackingStore(host, backing_store_size);
if (!backing_store) {
// We need to get Webkit to generate a new paint here, as we
@@ -218,8 +214,7 @@
}
backing_store->PaintToBackingStore(host->process(), bitmap,
- bitmap_rect, copy_rects,
- painted_synchronously);
+ bitmap_rect, copy_rects);
}
// static
« no previous file with comments | « chrome/browser/renderer_host/backing_store_manager.h ('k') | chrome/browser/renderer_host/backing_store_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698