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

Unified Diff: cc/resources/picture_pile_impl.cc

Issue 14417014: cc: Add tile-free software compositing mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add tests and optimize quad generation 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/resources/picture_pile_impl.cc
diff --git a/cc/resources/picture_pile_impl.cc b/cc/resources/picture_pile_impl.cc
index b030ea435be70fba78f41af3a38f8e7b710f615e..b2bfa41b4f4ea8dcb27a48f86145fa766b63b033 100644
--- a/cc/resources/picture_pile_impl.cc
+++ b/cc/resources/picture_pile_impl.cc
@@ -82,11 +82,6 @@ void PicturePileImpl::Raster(
DCHECK(contents_scale >= min_contents_scale_);
-#ifndef NDEBUG
- // Any non-painted areas will be left in this color.
- canvas->clear(DebugColors::NonPaintedFillColor());
-#endif // NDEBUG
-
canvas->save();
canvas->translate(-canvas_rect.x(), -canvas_rect.y());

Powered by Google App Engine
This is Rietveld 408576698