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 426cd023bc669899feea17d5abf88b76e5b63755..16873e59e2ddffd5efe9c6734e8a5de594319899 100644 |
--- a/cc/test/layer_tree_pixel_test.h |
+++ b/cc/test/layer_tree_pixel_test.h |
@@ -2,6 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#ifndef CC_TEST_LAYER_TREE_PIXEL_TEST_H_ |
+#define CC_TEST_LAYER_TREE_PIXEL_TEST_H_ |
+ |
#include <vector> |
#include "base/files/file_path.h" |
@@ -9,9 +12,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "cc/resources/single_release_callback.h" |
#include "cc/test/layer_tree_test.h" |
- |
-#ifndef CC_TEST_LAYER_TREE_PIXEL_TEST_H_ |
-#define CC_TEST_LAYER_TREE_PIXEL_TEST_H_ |
+#include "ui/gl/gl_implementation.h" |
class SkBitmap; |
@@ -95,6 +96,7 @@ class LayerTreePixelTest : public LayerTreeTest { |
kCSSGreen = 0xff008000, |
}; |
+ gfx::DisableNullDrawGLBindings enable_pixel_output_; |
scoped_ptr<PixelComparator> pixel_comparator_; |
PixelTestType test_type_; |
scoped_refptr<Layer> content_root_; |