Chromium Code Reviews| Index: cc/picture_layer.h |
| diff --git a/cc/picture_layer.h b/cc/picture_layer.h |
| index 2ff522f40bc28dcb6f258d6cc24e6ab27bebe986..0c359adb05d4c131b02d790617b7c79d4a71dc50 100644 |
| --- a/cc/picture_layer.h |
| +++ b/cc/picture_layer.h |
| @@ -26,6 +26,7 @@ public: |
| virtual bool drawsContent() const OVERRIDE; |
| virtual scoped_ptr<LayerImpl> createLayerImpl( |
| LayerTreeImpl* treeImpl) OVERRIDE; |
| + virtual void setLayerTreeHost(LayerTreeHost*) OVERRIDE; |
|
danakj
2013/01/05 00:04:58
variable name here please (cr style)
enne (OOO)
2013/01/06 03:57:18
Done.
|
| virtual void pushPropertiesTo(LayerImpl*) OVERRIDE; |
| virtual void setNeedsDisplayRect(const gfx::RectF& layerRect) OVERRIDE; |
| virtual void update(ResourceUpdateQueue&, const OcclusionTracker*, |