Index: cc/layers/io_surface_layer.h |
diff --git a/cc/layers/io_surface_layer.h b/cc/layers/io_surface_layer.h |
index 681f1a1fe087812ac957605e67bf6f0ea666d64d..90bcf3e8323fcab1b128bedf0be976bc880d5956 100644 |
--- a/cc/layers/io_surface_layer.h |
+++ b/cc/layers/io_surface_layer.h |
@@ -16,18 +16,17 @@ class CC_EXPORT IOSurfaceLayer : public Layer { |
void SetIOSurfaceProperties(uint32_t io_surface_id, const gfx::Size& size); |
- virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) |
- override; |
- virtual void PushPropertiesTo(LayerImpl* layer) override; |
- virtual bool Update(ResourceUpdateQueue* queue, |
- const OcclusionTracker<Layer>* occlusion) override; |
+ scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) override; |
+ void PushPropertiesTo(LayerImpl* layer) override; |
+ bool Update(ResourceUpdateQueue* queue, |
+ const OcclusionTracker<Layer>* occlusion) override; |
protected: |
- virtual bool HasDrawableContent() const override; |
+ bool HasDrawableContent() const override; |
IOSurfaceLayer(); |
private: |
- virtual ~IOSurfaceLayer(); |
+ ~IOSurfaceLayer() override; |
uint32_t io_surface_id_; |
gfx::Size io_surface_size_; |