| Index: ui/gfx/compositor/compositor_win.cc
|
| diff --git a/ui/gfx/compositor/compositor_win.cc b/ui/gfx/compositor/compositor_win.cc
|
| index 10fc36bbb222c6a745f4b75cf62e19815849a5b8..3afb3c4109a7e68508de45b35fb2bc4cee153f53 100644
|
| --- a/ui/gfx/compositor/compositor_win.cc
|
| +++ b/ui/gfx/compositor/compositor_win.cc
|
| @@ -58,7 +58,7 @@ class ViewTexture : public Texture {
|
| virtual void Draw(const ui::TextureDrawParams& params) OVERRIDE;
|
|
|
| virtual void Draw(const ui::TextureDrawParams& params,
|
| - const gfx::Rect& clip_bounds) OVERRIDE;
|
| + const gfx::Rect& clip_bounds_in_texture) OVERRIDE;
|
|
|
| private:
|
| ~ViewTexture();
|
| @@ -273,7 +273,7 @@ void ViewTexture::Draw(const ui::TextureDrawParams& params) {
|
| }
|
|
|
| void ViewTexture::Draw(const ui::TextureDrawParams& params,
|
| - const gfx::Rect& clip_bounds) {
|
| + const gfx::Rect& clip_bounds_in_texture) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
|
|