зеркало из https://github.com/mozilla/gecko-dev.git
No bug - Fix for non-unified build when APZC logging is enabled. r=me and DONTBUILD because NPOTB
This commit is contained in:
Родитель
6548e9518e
Коммит
bdbb62eb95
|
@ -67,6 +67,7 @@
|
|||
// #define ENABLE_APZC_LOGGING 1
|
||||
|
||||
#if ENABLE_APZC_LOGGING
|
||||
# include "LayersLogging.h"
|
||||
# define APZC_LOG(...) printf_stderr("APZC: " __VA_ARGS__)
|
||||
# define APZC_LOG_FM(fm, prefix, ...) \
|
||||
{ std::stringstream ss; \
|
||||
|
|
Загрузка…
Ссылка в новой задаче