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

Unified Diff: cc/output/delegating_renderer.cc

Issue 16069004: cc: Remove legacy accelerated painting path (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Base files missing blahblahblah 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
Index: cc/output/delegating_renderer.cc
diff --git a/cc/output/delegating_renderer.cc b/cc/output/delegating_renderer.cc
index 76093c410b8fed60ca9f8603cbd03f23b66d009b..23b6f78fbeab154c8501096d07dc183a67181f05 100644
--- a/cc/output/delegating_renderer.cc
+++ b/cc/output/delegating_renderer.cc
@@ -105,11 +105,6 @@ bool DelegatingRenderer::Initialize() {
if (has_io_surface)
DCHECK(has_arb_texture_rect);
- capabilities_.using_accelerated_painting =
- Settings().accelerate_painting &&
- capabilities_.best_texture_format == GL_BGRA_EXT &&
- has_read_bgra;
-
// TODO(piman): loop visibility to GPU process?
capabilities_.using_set_visibility = has_set_visibility;

Powered by Google App Engine
This is Rietveld 408576698