| Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| index ce731721792d4211fa6a71ec8fa2fb78aef657ed..f1a359903b1a699c0e1f2a7eec4ac6221188018c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| @@ -520,8 +520,6 @@ bool Canvas2DLayerBridge::checkSurfaceValid()
|
| ASSERT(!m_destructionInProgress);
|
| if (m_destructionInProgress)
|
| return false;
|
| - if (isHibernating())
|
| - return true;
|
| if (!m_layer)
|
| return true;
|
| if (!m_surface)
|
|
|