| Index: Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| diff --git a/Source/platform/graphics/RecordingImageBufferSurface.cpp b/Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| index 7909ac5b7f274235943ee7e9fc646ee8d100da83..91ade754a13f672d5d8d7cb014170c727d006c71 100644
|
| --- a/Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| +++ b/Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| @@ -266,13 +266,6 @@ bool RecordingImageBufferSurface::isAccelerated() const
|
| return ImageBufferSurface::isAccelerated();
|
| }
|
|
|
| -PassRefPtr<SkImage> RecordingImageBufferSurface::getBackingTextureImage() const
|
| -{
|
| - if (m_fallbackSurface)
|
| - return m_fallbackSurface->getBackingTextureImage();
|
| - return ImageBufferSurface::getBackingTextureImage();
|
| -}
|
| -
|
| bool RecordingImageBufferSurface::cachedBitmapEnabled() const
|
| {
|
| if (m_fallbackSurface)
|
|
|