diff options
Diffstat (limited to 'cc/image_layer.h')
-rw-r--r-- | cc/image_layer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/image_layer.h b/cc/image_layer.h index 6f25a21..3d66f13 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; |