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

Unified Diff: views/layer_helper.cc

Issue 7845033: Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | « views/layer_helper.h ('k') | views/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/layer_helper.cc
===================================================================
--- views/layer_helper.cc (revision 100773)
+++ views/layer_helper.cc (working copy)
@@ -13,8 +13,7 @@
namespace internal {
LayerHelper::LayerHelper()
- : bitmap_needs_updating_(true),
- fills_bounds_opaquely_(false),
+ : fills_bounds_opaquely_(false),
layer_updated_externally_(false),
paint_to_layer_(false),
property_setter_explicitly_set_(false),
« no previous file with comments | « views/layer_helper.h ('k') | views/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698