Index: tools/gpu/gl/GLTestContext.h |
diff --git a/tools/gpu/gl/GLTestContext.h b/tools/gpu/gl/GLTestContext.h |
index efe9d8f100f7f36f9792ad26f1a83fd9fece5763..ffb642165c356be95daa1848a1dd1c9997f75df5 100644 |
--- a/tools/gpu/gl/GLTestContext.h |
+++ b/tools/gpu/gl/GLTestContext.h |
@@ -79,6 +79,7 @@ private: |
SkAutoTUnref<const GrGLInterface> fGL; |
friend class GLFenceSync; // For onPlatformGetProcAddress. |
+ friend class GLGpuTimer; // For onPlatformGetProcAddress. |
typedef TestContext INHERITED; |
}; |