Index: cc/layers/io_surface_layer.h |
diff --git a/cc/layers/io_surface_layer.h b/cc/layers/io_surface_layer.h |
index ad06e7fc7b36ec0244f6de0143e3bb65172ad729..681f1a1fe087812ac957605e67bf6f0ea666d64d 100644 |
--- a/cc/layers/io_surface_layer.h |
+++ b/cc/layers/io_surface_layer.h |
@@ -17,13 +17,13 @@ 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; |
+ override; |
+ virtual void PushPropertiesTo(LayerImpl* layer) override; |
virtual bool Update(ResourceUpdateQueue* queue, |
- const OcclusionTracker<Layer>* occlusion) OVERRIDE; |
+ const OcclusionTracker<Layer>* occlusion) override; |
protected: |
- virtual bool HasDrawableContent() const OVERRIDE; |
+ virtual bool HasDrawableContent() const override; |
IOSurfaceLayer(); |
private: |