| Index: ui/gfx/ozone/impl/file_surface_factory.cc
|
| diff --git a/ui/gfx/ozone/impl/file_surface_factory.cc b/ui/gfx/ozone/impl/file_surface_factory.cc
|
| index 10dd8bf573cc638860d7a9782a98357780c54bc9..0d09bb8335bde5200afa9052a2b0828b379ff4e8 100644
|
| --- a/ui/gfx/ozone/impl/file_surface_factory.cc
|
| +++ b/ui/gfx/ozone/impl/file_surface_factory.cc
|
| @@ -44,7 +44,7 @@ class FileSurface : public SurfaceOzoneCanvas {
|
| virtual skia::RefPtr<SkCanvas> GetCanvas() OVERRIDE {
|
| return skia::SharePtr(surface_->getCanvas());
|
| }
|
| - virtual bool PresentCanvas() OVERRIDE {
|
| + virtual bool PresentCanvas(const gfx::Rect& damage) OVERRIDE {
|
| SkBitmap bitmap;
|
| bitmap.setConfig(surface_->getCanvas()->imageInfo());
|
|
|
|
|