| Index: ui/gfx/compositor/test_compositor.h
|
| diff --git a/ui/gfx/compositor/test_compositor.h b/ui/gfx/compositor/test_compositor.h
|
| index 791ef057ca75a81193a79397aebb798c75d38a7b..c84f652b8d62516befa2d85c03663a5090ac7d40 100644
|
| --- a/ui/gfx/compositor/test_compositor.h
|
| +++ b/ui/gfx/compositor/test_compositor.h
|
| @@ -27,7 +27,7 @@ class TestCompositor : public ui::Compositor {
|
| virtual void OnNotifyEnd() OVERRIDE;
|
| virtual void Blur(const gfx::Rect& bounds) OVERRIDE;
|
| virtual void DrawTree() OVERRIDE;
|
| - virtual void ReadPixels(SkBitmap* bitmap) 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);
|
|
|