Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / content_support / gpu_support_impl.h
index 7842a29..138bb8d 100644 (file)
@@ -14,14 +14,14 @@ namespace ash {
 class ASH_WITH_CONTENT_EXPORT GPUSupportImpl : public GPUSupport {
  public:
   GPUSupportImpl();
-  virtual ~GPUSupportImpl();
+  ~GPUSupportImpl() override;
 
  private:
   // Overridden from GPUSupport:
-  virtual bool IsPanelFittingDisabled() const OVERRIDE;
-  virtual void DisableGpuWatchdog() OVERRIDE;
-  virtual void GetGpuProcessHandles(
-      const GetGpuProcessHandlesCallback& callback) const OVERRIDE;
+  bool IsPanelFittingDisabled() const override;
+  void DisableGpuWatchdog() override;
+  void GetGpuProcessHandles(
+      const GetGpuProcessHandlesCallback& callback) const override;
 
   DISALLOW_COPY_AND_ASSIGN(GPUSupportImpl);
 };