| Index: tests/ClipCacheTest.cpp
 | 
| diff --git a/tests/ClipCacheTest.cpp b/tests/ClipCacheTest.cpp
 | 
| index 77f0137d5a58996b3d1f97c48484c4f45b7ceb19..a6feb8dff09754cccfa0200c49f2f3908ff124a7 100644
 | 
| --- a/tests/ClipCacheTest.cpp
 | 
| +++ b/tests/ClipCacheTest.cpp
 | 
| @@ -225,7 +225,7 @@ DEF_GPUTEST(ClipCache, reporter, factory) {
 | 
|          if (!GrContextFactory::IsRenderingGLContext(glType)) {
 | 
|              continue;
 | 
|          }
 | 
| -        GrContext* context = factory->get(glType);
 | 
| +        GrContext* context = factory->get(glType, kNone_GrGLStandard);
 | 
|          if (NULL == context) {
 | 
|              continue;
 | 
|          }
 | 
| 
 |