Chromium Code Reviews| Index: cc/image_layer.h |
| diff --git a/cc/image_layer.h b/cc/image_layer.h |
| index 6f25a21021c092b6b7617f355301435b6dcf41c9..3d66f135cd05cd47affcb70c3b5678c985e23c45 100644 |
| --- a/cc/image_layer.h |
| +++ b/cc/image_layer.h |
| @@ -33,7 +33,7 @@ private: |
| virtual LayerUpdater* updater() const OVERRIDE; |
| virtual void createUpdaterIfNeeded() OVERRIDE; |
| - virtual IntSize contentBounds() const OVERRIDE; |
| + virtual gfx::Size contentBounds() const OVERRIDE; |
| SkBitmap m_bitmap; |