diff options
Diffstat (limited to 'WebCore/platform/graphics/gpu/Texture.h')
-rw-r--r-- | WebCore/platform/graphics/gpu/Texture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/gpu/Texture.h b/WebCore/platform/graphics/gpu/Texture.h index 92b6d0a..1f35006 100644 --- a/WebCore/platform/graphics/gpu/Texture.h +++ b/WebCore/platform/graphics/gpu/Texture.h @@ -50,7 +50,7 @@ public: static PassRefPtr<Texture> create(GraphicsContext3D*, Format, int width, int height); void bindTile(int tile); void load(void* pixels); - void updateSubRect(void* pixels, const IntRect); + void updateSubRect(void* pixels, const IntRect&); Format format() const { return m_format; } const TilingData& tiles() const { return m_tiles; } private: |