summaryrefslogtreecommitdiffstats
path: root/content/gpu/gpu_info_collector_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/gpu/gpu_info_collector_unittest.cc')
-rw-r--r--content/gpu/gpu_info_collector_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/gpu/gpu_info_collector_unittest.cc b/content/gpu/gpu_info_collector_unittest.cc
index 3de8d60..825b29b 100644
--- a/content/gpu/gpu_info_collector_unittest.cc
+++ b/content/gpu/gpu_info_collector_unittest.cc
@@ -18,7 +18,7 @@ class GPUInfoCollectorTest : public testing::Test {
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 @@ class GPUInfoCollectorTest : public testing::Test {
gl_renderer)));
}
- void TearDown() {
+ virtual void TearDown() {
::gfx::GLInterface::SetGLInterface(NULL);
gl_.reset();
}