summaryrefslogtreecommitdiffstats
path: root/chromium/cc/layers/texture_layer_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/cc/layers/texture_layer_client.h')
-rw-r--r--chromium/cc/layers/texture_layer_client.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chromium/cc/layers/texture_layer_client.h b/chromium/cc/layers/texture_layer_client.h
index 47d6ae0e174..0b8b2256fd8 100644
--- a/chromium/cc/layers/texture_layer_client.h
+++ b/chromium/cc/layers/texture_layer_client.h
@@ -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.