| Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| index 457772162501a1081846939a450bef702c7bd2b6..019aac0289cd1f0ab6bc9e267cbddff6912dd333 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -254,7 +254,9 @@ void GraphicsContext::endLayer() {
|
|
|
| restoreLayer();
|
|
|
| +#if DCHECK_IS_ON()
|
| ASSERT(m_layerCount-- > 0);
|
| +#endif
|
| }
|
|
|
| void GraphicsContext::beginRecording(const FloatRect& bounds) {
|
|
|