Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / cc / test / fake_rendering_stats_instrumentation.h
index d32e4a0..ebe129b 100644 (file)
@@ -12,7 +12,7 @@ namespace cc {
 class FakeRenderingStatsInstrumentation : public RenderingStatsInstrumentation {
  public:
   FakeRenderingStatsInstrumentation() {}
-  virtual ~FakeRenderingStatsInstrumentation() {}
+  ~FakeRenderingStatsInstrumentation() override {}
 };
 
 }  // namespace cc