Index: cc/layers/tiled_layer.h |
diff --git a/cc/layers/tiled_layer.h b/cc/layers/tiled_layer.h |
index 56e91f872fd2354bfd48120088823943ff0b7394..51afed2ef131189638980f8d428251531a9c0824 100644 |
--- a/cc/layers/tiled_layer.h |
+++ b/cc/layers/tiled_layer.h |
@@ -26,7 +26,6 @@ class CC_EXPORT TiledLayer : public ContentsScalingLayer { |
// Layer implementation. |
virtual void SetIsMask(bool is_mask) OVERRIDE; |
virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE; |
- virtual bool BlocksPendingCommit() const OVERRIDE; |
virtual bool DrawsContent() const OVERRIDE; |
virtual void ReduceMemoryUsage() OVERRIDE; |
virtual void SetNeedsDisplayRect(const gfx::RectF& dirty_rect) OVERRIDE; |