| Index: ui/compositor/layer_unittest.cc
|
| diff --git a/ui/compositor/layer_unittest.cc b/ui/compositor/layer_unittest.cc
|
| index 5f95f470ffbe11a2405d88b7c0c665131b8d3c17..4efea4ac890358024196aab88ed44b761a611250 100644
|
| --- a/ui/compositor/layer_unittest.cc
|
| +++ b/ui/compositor/layer_unittest.cc
|
| @@ -989,7 +989,7 @@ TEST_F(LayerWithNullDelegateTest, SwitchLayerPreservesCCLayerState) {
|
| l1->SetShowSolidColorContent();
|
| }
|
|
|
| -// Various visibile/drawn assertions.
|
| +// Various visible/drawn assertions.
|
| TEST_F(LayerWithNullDelegateTest, Visibility) {
|
| std::unique_ptr<Layer> l1(new Layer(LAYER_TEXTURED));
|
| std::unique_ptr<Layer> l2(new Layer(LAYER_TEXTURED));
|
|
|