Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / gpu / command_buffer / tests / gl_depth_texture_unittest.cc
index 83bb84c..5bbbb06 100644 (file)
@@ -17,15 +17,13 @@ namespace gpu {
 class DepthTextureTest : public testing::Test {
  protected:
   static const GLsizei kResolution = 64;
-  virtual void SetUp() {
+  void SetUp() override {
     GLManager::Options options;
     options.size = gfx::Size(kResolution, kResolution);
     gl_.Initialize(options);
   }
 
-  virtual void TearDown() {
-    gl_.Destroy();
-  }
+  void TearDown() override { gl_.Destroy(); }
 
   GLuint SetupUnitQuad(GLint position_location);