| Index: src/gpu/GrProcessor.cpp
|
| diff --git a/src/gpu/GrProcessor.cpp b/src/gpu/GrProcessor.cpp
|
| index 810c751f1c7686fa2bac08d48a98e751229dd00e..96dd9eac6f0e088389bf03b94da89568dce322b2 100644
|
| --- a/src/gpu/GrProcessor.cpp
|
| +++ b/src/gpu/GrProcessor.cpp
|
| @@ -11,6 +11,7 @@
|
| #include "GrGeometryData.h"
|
| #include "GrInvariantOutput.h"
|
| #include "GrMemoryPool.h"
|
| +#include "GrXferProcessor.h"
|
| #include "SkTLS.h"
|
|
|
| #if SK_ALLOW_STATIC_GLOBAL_INITIALIZERS
|
| @@ -179,3 +180,10 @@ void* GrGeometryData::operator new(size_t size) {
|
| void GrGeometryData::operator delete(void* target) {
|
| GrProcessor_Globals::GetTLS()->release(target);
|
| }
|
| +
|
| +///////////////////////////////////////////////////////////////////////////////////////////////////
|
| +
|
| +// Initial static variable from GrXPFactory
|
| +int32_t GrXPFactory::gCurrXPFClassID =
|
| + GrXPFactory::kIllegalXPFClassID;
|
| +
|
|
|