aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLContextInfo.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-02-10 21:35:35 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-02-10 21:35:35 +0000
commit4ebf2b4fd20e973edb38668acb6f208afa51cd05 (patch)
treed5db320a647305585efbe67988816152a9d24e50 /src/gpu/gl/GrGLContextInfo.h
parent407255664127adb717d2db84072f560e865fc6df (diff)
Add copyright and #ifndef / #define
git-svn-id: http://skia.googlecode.com/svn/trunk@3167 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/gl/GrGLContextInfo.h')
-rw-r--r--src/gpu/gl/GrGLContextInfo.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGLContextInfo.h b/src/gpu/gl/GrGLContextInfo.h
index cac8959861..a5421c62fb 100644
--- a/src/gpu/gl/GrGLContextInfo.h
+++ b/src/gpu/gl/GrGLContextInfo.h
@@ -1,3 +1,15 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
+#ifndef GrGLContextInfo_DEFINED
+#define GrGLContextInfo_DEFINED
+
#include "GrGLInterface.h"
#include "GrGLSL.h"
@@ -66,3 +78,5 @@ private:
GrGLSLGeneration fGLSLGeneration;
SkString fExtensionString;
};
+
+#endif