Index: third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.h |
diff --git a/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.h b/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.h |
index d773626ae34c65d41256a883f3d72d4ea92120c4..76be3100a79bbe05fc6e548c86d59978718e1690 100644 |
--- a/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.h |
+++ b/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.h |
@@ -2,6 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#ifndef SharedGpuContext_h |
+#define SharedGpuContext_h |
+ |
#include "platform/PlatformExport.h" |
#include "platform/wtf/ThreadSpecific.h" |
@@ -60,3 +63,5 @@ class PLATFORM_EXPORT SharedGpuContext { |
}; |
} // blink |
+ |
+#endif // SharedGpuContext_h |