mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
8 lines
113 B
C++
8 lines
113 B
C++
#include "mozilla/PaintTracker.h"
|
|
|
|
namespace mozilla {
|
|
|
|
int PaintTracker::gPaintTracker;
|
|
|
|
} // namespace mozilla
|