| Index: cc/test/layer_tree_pixel_test.h
|
| diff --git a/cc/test/layer_tree_pixel_test.h b/cc/test/layer_tree_pixel_test.h
|
| index 9a0d5925c522abdf7c62265f8a8d7f102eb90980..44fc7a425a59b0e2cf6b5d9714306a5b906db2e4 100644
|
| --- a/cc/test/layer_tree_pixel_test.h
|
| +++ b/cc/test/layer_tree_pixel_test.h
|
| @@ -90,7 +90,7 @@ class LayerTreePixelTest : public LayerTreeTest {
|
| static const SkColor kCSSBrown = 0xffa52a2a;
|
| static const SkColor kCSSGreen = 0xff008000;
|
|
|
| - gfx::DisableNullDrawGLBindings enable_pixel_output_;
|
| + gl::DisableNullDrawGLBindings enable_pixel_output_;
|
| std::unique_ptr<PixelComparator> pixel_comparator_;
|
| PixelTestType test_type_;
|
| scoped_refptr<Layer> content_root_;
|
|
|