Index: cc/resources/bitmap_skpicture_content_layer_updater.h |
diff --git a/cc/resources/bitmap_skpicture_content_layer_updater.h b/cc/resources/bitmap_skpicture_content_layer_updater.h |
index e20e3c35c5ed51c93c16f1e9b0a25842a56d7769..030db6eb5042c6b4eaab8afd6926a31022e14bca 100644 |
--- a/cc/resources/bitmap_skpicture_content_layer_updater.h |
+++ b/cc/resources/bitmap_skpicture_content_layer_updater.h |
@@ -23,7 +23,7 @@ class BitmapSkPictureContentLayerUpdater : public SkPictureContentLayerUpdater { |
virtual void Update(ResourceUpdateQueue* queue, |
const gfx::Rect& source_rect, |
const gfx::Vector2d& dest_offset, |
- bool partial_update) OVERRIDE; |
+ bool partial_update) override; |
private: |
SkBitmap bitmap_; |
@@ -38,7 +38,7 @@ class BitmapSkPictureContentLayerUpdater : public SkPictureContentLayerUpdater { |
int layer_id); |
virtual scoped_ptr<LayerUpdater::Resource> CreateResource( |
- PrioritizedResourceManager* manager) OVERRIDE; |
+ PrioritizedResourceManager* manager) override; |
void PaintContentsRect(SkCanvas* canvas, |
const gfx::Rect& source_rect); |