| Index: public/platform/WebExternalTextureLayer.h
|
| diff --git a/public/platform/WebExternalTextureLayer.h b/public/platform/WebExternalTextureLayer.h
|
| index 6cd9e94fb94f0e77e75d2f02a2146655722a0f44..0fd05bb4228adce05f649337afca098248be0652 100644
|
| --- a/public/platform/WebExternalTextureLayer.h
|
| +++ b/public/platform/WebExternalTextureLayer.h
|
| @@ -30,7 +30,7 @@
|
| #include "WebFloatRect.h"
|
| #include "WebLayer.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebExternalTextureLayerClient;
|
|
|
| @@ -64,6 +64,6 @@ public:
|
| virtual void setRateLimitContext(bool) = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebExternalTextureLayer_h
|
|
|