Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / cc / layers / texture_layer_client.h
index 47d6ae0..0b8b225 100644 (file)
@@ -13,10 +13,6 @@ class TextureMailbox;
 
 class TextureLayerClient {
  public:
-  // Called to prepare this layer's texture for compositing.
-  // Returns the texture ID to be used for compositing.
-  virtual unsigned PrepareTexture() = 0;
-
   // Returns true and provides a mailbox if a new frame is available.
   // Returns false if no new data is available
   // and the old mailbox is to be reused.