Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / filters / FEDisplacementMap.h
index 2444ee6..a15c7b2 100644 (file)
@@ -57,6 +57,8 @@ public:
 
     virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
 
+    FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) OVERRIDE;
+
 private:
     FEDisplacementMap(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);