Index: ui/gfx/compositor/test/test_compositor.h |
=================================================================== |
--- ui/gfx/compositor/test/test_compositor.h (revision 110784) |
+++ ui/gfx/compositor/test/test_compositor.h (working copy) |
@@ -27,7 +27,7 @@ |
virtual void OnNotifyEnd() OVERRIDE; |
virtual void Blur(const gfx::Rect& bounds) OVERRIDE; |
virtual void DrawTree() OVERRIDE; |
- virtual bool ReadPixels(SkBitmap* bitmap, const gfx::Rect& bounds) OVERRIDE; |
+ virtual bool ReadPixels(SkBitmap* bitmap) OVERRIDE; |
// A simple factory that creates a test compositor with a given delegate |
static ui::Compositor* Create(ui::CompositorDelegate* owner); |