mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
8 lines
120 B
C++
8 lines
120 B
C++
#include "mozilla/PaintTracker.h"
|
|
|
|
namespace mozilla {
|
|
|
|
int PaintTracker::gPaintTracker;
|
|
|
|
} // namespace mozilla
|