summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/Generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/Generator.h')
-rw-r--r--WebCore/platform/graphics/Generator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/Generator.h b/WebCore/platform/graphics/Generator.h
index a0af689..b64d051 100644
--- a/WebCore/platform/graphics/Generator.h
+++ b/WebCore/platform/graphics/Generator.h
@@ -38,6 +38,7 @@ public:
virtual ~Generator() {};
virtual void fill(GraphicsContext*, const FloatRect&) = 0;
+ virtual void adjustParametersForTiledDrawing(IntSize& /* size */, FloatRect& /* srcRect */) { }
};
} //namespace