| Index: Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
|
| index 829a59d885aa388641a6b55e55dd9dbae050c67e..e6f8c1071070cb7f786597e11d12b82edbefe393 100644
|
| --- a/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/Source/platform/graphics/GraphicsLayer.h
|
| @@ -55,7 +55,7 @@ class WebAnimation;
|
| class WebLayer;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class FloatRect;
|
| class GraphicsContext;
|
| @@ -363,11 +363,11 @@ private:
|
| int m_3dRenderingContext;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #ifndef NDEBUG
|
| // Outside the WebCore namespace for ease of invocation from gdb.
|
| -void PLATFORM_EXPORT showGraphicsLayerTree(const WebCore::GraphicsLayer*);
|
| +void PLATFORM_EXPORT showGraphicsLayerTree(const blink::GraphicsLayer*);
|
| #endif
|
|
|
| #endif // GraphicsLayer_h
|
|
|