mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1000170 - Make ClientTiledThebesLayer report itself as such in layer dumps. r=BenWa
This commit is contained in:
parent
86fa7dc6cb
commit
2998ffc728
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user