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

Unified Diff: cc/CCLayerTreeHostTest.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/CCLayerTreeHostTest.cpp
diff --git a/cc/CCLayerTreeHostTest.cpp b/cc/CCLayerTreeHostTest.cpp
index 25983e3abef92b8e260312848e65af76580908b8..972d73e0f3073d913abf0a547d2c9684939d9197 100644
--- a/cc/CCLayerTreeHostTest.cpp
+++ b/cc/CCLayerTreeHostTest.cpp
@@ -1473,7 +1473,7 @@ static void setLayerPropertiesForTesting(LayerChromium* layer, LayerChromium* pa
layer->setAnchorPoint(anchor);
layer->setPosition(position);
layer->setBounds(bounds);
- layer->setOpaque(opaque);
+ layer->setContentsOpaque(opaque);
}
class CCLayerTreeHostTestAtomicCommitWithPartialUpdate : public CCLayerTreeHostTest {

Powered by Google App Engine
This is Rietveld 408576698