| Index: public/platform/WebGraphicsContext3DProvider.h
|
| diff --git a/public/platform/WebGraphicsContext3DProvider.h b/public/platform/WebGraphicsContext3DProvider.h
|
| index dba2216773526377c53b27a9d6830bce0c25fc48..7f70cfd71182b0facf246fbfb0c69ef9ca8f7a2f 100644
|
| --- a/public/platform/WebGraphicsContext3DProvider.h
|
| +++ b/public/platform/WebGraphicsContext3DProvider.h
|
| @@ -35,7 +35,7 @@
|
|
|
| class GrContext;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebGraphicsContext3D;
|
|
|
| class WebGraphicsContext3DProvider {
|
| @@ -46,6 +46,6 @@ public:
|
| virtual GrContext* grContext() = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|