| 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 {
|
|
|