| Index: Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| diff --git a/Source/platform/graphics/gpu/DrawingBuffer.cpp b/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| index e27e8b76ae5b5f9adadabc92a77cc4f1c2c5bf9e..27bb2ded92f99e83d1de6aea63f84658b5b2e8f9 100644
|
| --- a/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| +++ b/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| @@ -49,7 +49,7 @@
|
|
|
| using namespace std;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| namespace {
|
| // Global resource ceiling (expressed in terms of pixels) for DrawingBuffer creation and resize.
|
| @@ -1069,4 +1069,4 @@ void DrawingBuffer::deleteChromiumImageForTexture(TextureInfo* info)
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|