| 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 76be3100a79bbe05fc6e548c86d59978718e1690..1c5fb6f4a5487b75211c8f7a478b284dd5732846 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.h
|
| @@ -14,7 +14,7 @@ namespace gpu {
|
| namespace gles2 {
|
| class GLES2Interface;
|
| }
|
| -}
|
| +} // namespace gpu
|
| class GrContext;
|
|
|
| namespace blink {
|
| @@ -62,6 +62,6 @@ class PLATFORM_EXPORT SharedGpuContext {
|
| friend class WTF::ThreadSpecific<SharedGpuContext>;
|
| };
|
|
|
| -} // blink
|
| +} // namespace blink
|
|
|
| #endif // SharedGpuContext_h
|
|
|