| Index: cc/CCHeadsUpDisplayLayerImpl.cpp | 
| diff --git a/cc/CCHeadsUpDisplayLayerImpl.cpp b/cc/CCHeadsUpDisplayLayerImpl.cpp | 
| index 58a490ef742889811797e996c165f26afed6978d..caef504cbb8eab71aca5b2bd3daf334e08258712 100644 | 
| --- a/cc/CCHeadsUpDisplayLayerImpl.cpp | 
| +++ b/cc/CCHeadsUpDisplayLayerImpl.cpp | 
| @@ -63,7 +63,7 @@ void CCHeadsUpDisplayLayerImpl::willDraw(CCResourceProvider* resourceProvider) | 
|  | 
| // FIXME: Scale the HUD by deviceScale to make it more friendly under high DPI. | 
|  | 
| -    if (m_hudTexture->size() != bounds()) | 
| +    //if (m_hudTexture->size() != bounds()) | 
| m_hudTexture->free(); | 
|  | 
| if (!m_hudTexture->id()) | 
|  |