Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / renderer / gpu / compositor_software_output_device.h
index 75bda0c..3f232e0 100644 (file)
@@ -27,7 +27,7 @@ namespace content {
 class CompositorSoftwareOutputDevice
     : NON_EXPORTED_BASE(public cc::SoftwareOutputDevice),
       NON_EXPORTED_BASE(public base::NonThreadSafe) {
-public:
+ public:
   CompositorSoftwareOutputDevice();
   virtual ~CompositorSoftwareOutputDevice();
 
@@ -40,7 +40,7 @@ public:
 
   virtual void ReclaimSoftwareFrame(unsigned id) OVERRIDE;
 
-private:
+ private:
   // Internal buffer class that manages shared memory lifetime and ownership.
   // It also tracks buffers' history so we can calculate what's the minimum
   // damage rect difference between any two given buffers (see SetParent and