Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / gpu / command_buffer / tests / gl_lose_context_chromium_unittest.cc
index 547c1ed..94381ac 100644 (file)
@@ -17,7 +17,7 @@ namespace gpu {
 
 class GLLoseContextTest : public testing::Test {
  protected:
-  virtual void SetUp() {
+  void SetUp() override {
     GLManager::Options options;
     gl2_.Initialize(options);
     options.context_lost_allowed = true;
@@ -26,7 +26,7 @@ class GLLoseContextTest : public testing::Test {
     gl1b_.Initialize(options);
   }
 
-  virtual void TearDown() {
+  void TearDown() override {
     gl1a_.Destroy();
     gl1b_.Destroy();
     gl2_.Destroy();