diff options
| author | bsalomon <bsalomon@google.com> | 2015-03-16 14:00:52 -0700 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2015-03-16 14:00:52 -0700 |
| commit | 6f7f2012eed634695dc76aad720d3ee0820bd9d2 (patch) | |
| tree | f910b5b871b9da01b28d189845b504cacc40e344 /tests/GLProgramsTest.cpp | |
| parent | 82b0748f1c440059cf5f33fceef3b94de9e04052 (diff) | |
Move GrAutoLocaleSetter to new file and fix issue with null locale
TBR=egdaniel@google.com
NOTREECHECKS=true
Review URL: https://codereview.chromium.org/1002623004
Diffstat (limited to 'tests/GLProgramsTest.cpp')
| -rw-r--r-- | tests/GLProgramsTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp index d67d1118ed..b2204b4b2b 100644 --- a/tests/GLProgramsTest.cpp +++ b/tests/GLProgramsTest.cpp @@ -12,6 +12,7 @@ #if SK_SUPPORT_GPU && SK_ALLOW_STATIC_GLOBAL_INITIALIZERS +#include "GrAutoLocaleSetter.h" #include "GrContextFactory.h" #include "GrInvariantOutput.h" #include "GrPipeline.h" |
