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

Unified Diff: cc/CCQuadCullerTest.cpp

Issue 11035020: Renamed LayerChromium::opaque to LayerChromium::contentsOpaque. Having both opaque and opacity on t… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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/CCQuadCullerTest.cpp
diff --git a/cc/CCQuadCullerTest.cpp b/cc/CCQuadCullerTest.cpp
index 0a9d360e182c306366496b9fc6db20801ccf2ae3..fd4ec46a46a6dfc963f0fcdc40d7c60070dbf476 100644
--- a/cc/CCQuadCullerTest.cpp
+++ b/cc/CCQuadCullerTest.cpp
@@ -51,7 +51,7 @@ static PassOwnPtr<CCTiledLayerImpl> makeLayer(CCTiledLayerImpl* parent, const We
layer->setScreenSpaceTransform(drawTransform);
layer->setVisibleContentRect(layerRect);
layer->setDrawOpacity(opacity);
- layer->setOpaque(opaque);
+ layer->setContentsOpaque(opaque);
layer->setBounds(layerRect.size());
layer->setContentBounds(layerRect.size());

Powered by Google App Engine
This is Rietveld 408576698