| Index: trunk/src/cc/layers/tiled_layer.h
|
| ===================================================================
|
| --- trunk/src/cc/layers/tiled_layer.h (revision 220454)
|
| +++ trunk/src/cc/layers/tiled_layer.h (working copy)
|
| @@ -26,6 +26,7 @@
|
| // 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;
|
|
|