| Index: ui/gfx/compositor/compositor_gl.h
|
| diff --git a/ui/gfx/compositor/compositor_gl.h b/ui/gfx/compositor/compositor_gl.h
|
| index 871f7aa7f456e7a76da666d1493b19c4a0f641c2..c430a3bdc784576da59a2012ac838dff995500fe 100644
|
| --- a/ui/gfx/compositor/compositor_gl.h
|
| +++ b/ui/gfx/compositor/compositor_gl.h
|
| @@ -106,7 +106,7 @@ class COMPOSITOR_EXPORT CompositorGL : public Compositor {
|
| virtual ~CompositorGL();
|
|
|
| // Overridden from Compositor.
|
| - virtual void ReadPixels(SkBitmap* bitmap) OVERRIDE;
|
| + virtual bool ReadPixels(SkBitmap* bitmap) OVERRIDE;
|
|
|
| void MakeCurrent();
|
| gfx::Size GetSize();
|
|
|