Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / browser / compositor / software_output_device_x11.h
index 0bd07c3..88c80a3 100644 (file)
@@ -20,15 +20,17 @@ class SoftwareOutputDeviceX11 : public cc::SoftwareOutputDevice {
  public:
   explicit SoftwareOutputDeviceX11(ui::Compositor* compositor);
 
-  virtual ~SoftwareOutputDeviceX11();
+  ~SoftwareOutputDeviceX11() override;
 
-  virtual void EndPaint(cc::SoftwareFrameData* frame_data) OVERRIDE;
+  void EndPaint(cc::SoftwareFrameData* frame_data) override;
 
  private:
   ui::Compositor* compositor_;
   XDisplay* display_;
   GC gc_;
   XWindowAttributes attributes_;
+
+  DISALLOW_COPY_AND_ASSIGN(SoftwareOutputDeviceX11);
 };
 
 }  // namespace content