Index: Source/platform/graphics/ImageBuffer.h |
diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h |
index 522d3ed6cfbbad4b290b5da740f34759721ac829..be9a99470b55c9933623e456f98b4d657995e6e3 100644 |
--- a/Source/platform/graphics/ImageBuffer.h |
+++ b/Source/platform/graphics/ImageBuffer.h |
@@ -83,6 +83,7 @@ public: |
bool isSurfaceValid() const; |
bool restoreSurface() const; |
+ void setNearestNeighbor(bool nearestNeighbor) { m_surface->setNearestNeighbor(nearestNeighbor); } |
void setIsHidden(bool hidden) { m_surface->setIsHidden(hidden); } |
GraphicsContext* context() const; |