| Index: Source/platform/graphics/ImageBuffer.h
|
| diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h
|
| index 522d3ed6cfbbad4b290b5da740f34759721ac829..333fe7cfccf943989ed1ce9c6ee5b88b0189019d 100644
|
| --- a/Source/platform/graphics/ImageBuffer.h
|
| +++ b/Source/platform/graphics/ImageBuffer.h
|
| @@ -37,6 +37,7 @@
|
| #include "platform/graphics/GraphicsTypes3D.h"
|
| #include "platform/graphics/ImageBufferSurface.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| +#include "third_party/skia/include/core/SkPaint.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassOwnPtr.h"
|
| @@ -83,6 +84,7 @@ public:
|
| bool isSurfaceValid() const;
|
| bool restoreSurface() const;
|
|
|
| + void setFilterLevel(SkPaint::FilterLevel filterLevel) { m_surface->setFilterLevel(filterLevel); }
|
| void setIsHidden(bool hidden) { m_surface->setIsHidden(hidden); }
|
|
|
| GraphicsContext* context() const;
|
|
|