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

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: Added net/third_party/nss/ssl/ssl3ecc.c changes by accident. 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();
-
LayerTreeHost* layerTreeHost() const { return m_layerTreeHost; }
// Set the priority of all desired textures in this layer.

Powered by Google App Engine
This is Rietveld 408576698