mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 996687 - Make Moz2D's DataSourceSurface's mIsMapped member exist in non-DEBUG builds (since non-DEBUG code uses it\!). r=Bas
This commit is contained in:
parent
a13a0ead16
commit
5cba8c373e
@ -416,7 +416,7 @@ public:
|
||||
*/
|
||||
virtual TemporaryRef<DataSourceSurface> GetDataSurface();
|
||||
|
||||
DebugOnly<bool> mIsMapped;
|
||||
bool mIsMapped;
|
||||
};
|
||||
|
||||
/* This is an abstract object that accepts path segments. */
|
||||
|
Loading…
Reference in New Issue
Block a user