| Index: third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp b/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp
|
| index 63af90e9391ea7cc007fa7867a3e2225dc43f3c9..54e1e20806e5aa9c31969e5849b434b734cc7e65 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp
|
| @@ -62,7 +62,7 @@ AcceleratedImageBufferSurface::AcceleratedImageBufferSurface(const IntSize& size
|
| clear();
|
| }
|
|
|
| -PassRefPtr<SkImage> AcceleratedImageBufferSurface::newImageSnapshot()
|
| +PassRefPtr<SkImage> AcceleratedImageBufferSurface::newImageSnapshot(AccelerationHint)
|
| {
|
| return adoptRef(m_surface->newImageSnapshot());
|
| }
|
|
|