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

Unified Diff: cc/layer.h

Issue 11316171: Don't create render passes for transparent images. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing code review. Created 8 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: cc/layer.h
diff --git a/cc/layer.h b/cc/layer.h
index ef75286debfb859737418d896d3863c6fe049125..2119eec37411ecdc2f74cf6c63efaa461304bf33 100644
--- a/cc/layer.h
+++ b/cc/layer.h
@@ -266,9 +266,6 @@ public:
void setBoundsContainPageScale(bool);
bool boundsContainPageScale() const { return m_boundsContainPageScale; }
- // Returns true if any of the layer's descendants has content to draw.
- bool descendantDrawsContent();
danakj 2012/11/27 01:52:16 You should replace this with numDescendantsThatDra
-
LayerTreeHost* layerTreeHost() const { return m_layerTreeHost; }
// Set the priority of all desired textures in this layer.
« no previous file with comments | « cc/delegated_renderer_layer_impl.cc ('k') | cc/layer.cc » ('j') | cc/layer_tree_host_common.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698