Index: cc/layer_tiling_data.h |
diff --git a/cc/layer_tiling_data.h b/cc/layer_tiling_data.h |
index 07d3c4090f6e0396695342130fecd4cccd5bf708..a1d990ac9f758c1d021df7f84b7e87653d67ad6a 100644 |
--- a/cc/layer_tiling_data.h |
+++ b/cc/layer_tiling_data.h |
@@ -36,7 +36,7 @@ public: |
gfx::Size tileSize() const; |
// Change the border texel setting. This may invalidate all existing tiles. |
void setBorderTexelOption(BorderTexelOption); |
- bool hasBorderTexels() const { return m_tilingData.border_texels(); } |
+ bool hasBorderTexels() const { return !!m_tilingData.border_texels(); } |
bool isEmpty() const { return hasEmptyBounds() || !tiles().size(); } |