mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1117263 follow-up: Fix a build bustage in opt builds
This commit is contained in:
parent
80fc5b9947
commit
b7a647884b
@ -114,7 +114,9 @@ public:
|
||||
|
||||
virtual void PrepareViewport(const gfx::IntSize& aSize) MOZ_OVERRIDE { }
|
||||
|
||||
#ifdef MOZ_DUMP_PAINTING
|
||||
virtual const char* Name() const MOZ_OVERRIDE { return "Basic"; }
|
||||
#endif // MOZ_DUMP_PAINTING
|
||||
|
||||
virtual LayersBackend GetBackendType() const MOZ_OVERRIDE {
|
||||
return LayersBackend::LAYERS_BASIC;
|
||||
|
Loading…
Reference in New Issue
Block a user