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