зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1000170 - Make ClientTiledThebesLayer report itself as such in layer dumps. r=BenWa
This commit is contained in:
Родитель
2ed4eecc7c
Коммит
30558d3ca0
|
@ -44,6 +44,9 @@ public:
|
|||
ClientTiledThebesLayer(ClientLayerManager* const aManager);
|
||||
~ClientTiledThebesLayer();
|
||||
|
||||
// Override name to distinguish it from ClientThebesLayer in layer dumps
|
||||
virtual const char* Name() const { return "TiledThebesLayer"; }
|
||||
|
||||
// Thebes Layer
|
||||
virtual Layer* AsLayer() { return this; }
|
||||
virtual void InvalidateRegion(const nsIntRegion& aRegion) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче