| Index: ui/gfx/compositor/compositor.h
|
| diff --git a/ui/gfx/compositor/compositor.h b/ui/gfx/compositor/compositor.h
|
| index 9d3bdf5c7837c625616d2974de9b4a69e39506fa..bd28bda4e9be5c9439205ceee980f1f26a39fa5a 100644
|
| --- a/ui/gfx/compositor/compositor.h
|
| +++ b/ui/gfx/compositor/compositor.h
|
| @@ -53,7 +53,7 @@ class Texture : public base::RefCounted<Texture> {
|
|
|
| // Draws the portion of the texture contained within clip_bounds
|
| virtual void Draw(const ui::TextureDrawParams& params,
|
| - const gfx::Rect& clip_bounds) = 0;
|
| + const gfx::Rect& clip_bounds_in_texture) = 0;
|
|
|
| protected:
|
| virtual ~Texture() {}
|
|
|