Index: content/gpu/gpu_info_collector_unittest.cc |
=================================================================== |
--- content/gpu/gpu_info_collector_unittest.cc (revision 181789) |
+++ content/gpu/gpu_info_collector_unittest.cc (working copy) |
@@ -18,7 +18,7 @@ |
GPUInfoCollectorTest() {} |
virtual ~GPUInfoCollectorTest() { } |
- void SetUp() { |
+ virtual void SetUp() { |
// TODO(kbr): make this setup robust in the case where |
// GLSurface::InitializeOneOff() has already been called by |
// another unit test. http://crbug.com/100285 |
@@ -98,7 +98,7 @@ |
gl_renderer))); |
} |
- void TearDown() { |
+ virtual void TearDown() { |
::gfx::GLInterface::SetGLInterface(NULL); |
gl_.reset(); |
} |