Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / cc / layers / io_surface_layer_impl.h
index efd7428..8ac9a25 100644 (file)
@@ -37,14 +37,13 @@ class CC_EXPORT IOSurfaceLayerImpl : public LayerImpl {
  private:
   IOSurfaceLayerImpl(LayerTreeImpl* tree_impl, int id);
 
-  void DestroyTexture();
+  void DestroyResource();
 
   virtual const char* LayerTypeAsString() const OVERRIDE;
 
   unsigned io_surface_id_;
   gfx::Size io_surface_size_;
   bool io_surface_changed_;
-  unsigned io_surface_texture_id_;
   unsigned io_surface_resource_id_;
 
   DISALLOW_COPY_AND_ASSIGN(IOSurfaceLayerImpl);