| Index: public/platform/WebExternalTextureMailbox.h
|
| diff --git a/public/platform/WebExternalTextureMailbox.h b/public/platform/WebExternalTextureMailbox.h
|
| index 785e9181ae0c05a2448245a4d39e45452a63bd24..d8703c6a949158ba8711d5d6277168bea11fcae3 100644
|
| --- a/public/platform/WebExternalTextureMailbox.h
|
| +++ b/public/platform/WebExternalTextureMailbox.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebExternalTextureMailbox_h
|
| #define WebExternalTextureMailbox_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| struct WebExternalTextureMailbox {
|
| signed char name[64];
|
| @@ -44,6 +44,6 @@ struct WebExternalTextureMailbox {
|
| }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebExternalTextureMailbox_h
|
|
|