Bug 1143575. Remove unused AttachAsyncCompositable overload. r=nical

--HG--
extra : commitid : 9HTduT5MBwh
extra : rebase_source : 35f5b66328068bdc1a6addb90ae6ea5d15c00bcf
This commit is contained in:
Robert O'Callahan 2015-05-08 15:58:17 +12:00
Родитель 2733931631
Коммит 91d0066cc9
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -211,13 +211,6 @@ public:
virtual void UseTiledLayerBuffer(CompositableClient* aCompositable,
const SurfaceDescriptorTiles& aTileLayerDescriptor) override;
/**
* Notify the compositor that a compositable will be updated asynchronously
* through ImageBridge, using an ID to connect the protocols on the
* compositor side.
*/
void AttachAsyncCompositable(PLayerTransactionChild* aLayer, uint64_t aID);
virtual void RemoveTextureFromCompositable(CompositableClient* aCompositable,
TextureClient* aTexture) override;