| Index: third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| index c0e18d854104a3b318aeb47847fe116e60027ee5..56b9fd97389ce730358100a126655b2a79b10e9e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| @@ -92,7 +92,6 @@
|
| bool restoreSurface() const;
|
| void didDraw(const FloatRect&) const;
|
| bool wasDrawnToAfterSnapshot() const { return m_snapshotState == DrawnToAfterSnapshot; }
|
| - void didDisableAcceleration() const;
|
|
|
| void setFilterQuality(SkFilterQuality filterQuality) { m_surface->setFilterQuality(filterQuality); }
|
| void setIsHidden(bool hidden) { m_surface->setIsHidden(hidden); }
|
|
|