Bug 620665 - Part 1: Expose backend type on ImageContainers. r=roc a=blocking-beta9
This commit is contained in:
@@ -195,6 +195,13 @@ public:
|
||||
*/
|
||||
virtual void SetScaleHint(const gfxIntSize& /* aScaleHint */) { }
|
||||
|
||||
/**
|
||||
* Get the layer manager type this image container was created with,
|
||||
* presumably its users might want to do something special if types do not
|
||||
* match.
|
||||
*/
|
||||
virtual LayerManager::LayersBackend GetBackendType() = 0;
|
||||
|
||||
protected:
|
||||
LayerManager* mManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user