Chromium Code Reviews| Index: trunk/src/cc/layers/tiled_layer_impl.cc |
| =================================================================== |
| --- trunk/src/cc/layers/tiled_layer_impl.cc (revision 191411) |
| +++ trunk/src/cc/layers/tiled_layer_impl.cc (working copy) |
| @@ -78,7 +78,7 @@ |
| } |
| bool TiledLayerImpl::HasTileAt(int i, int j) const { |
| - return !!tiler_->TileAt(i, j); |
| + return tiler_->TileAt(i, j); |
| } |
| bool TiledLayerImpl::HasResourceIdForTileAt(int i, int j) const { |