tizen beta release
[framework/web/webkit-efl.git] / Source / WebCore / platform / Widget.h
index 896426a..9fddf70 100755 (executable)
@@ -198,6 +198,10 @@ public:
     // Notifies this widget that other widgets on the page have been repositioned.
     virtual void widgetPositionsUpdated() {}
 
+    // Whether transforms affect the frame rect. FIXME: We get rid of this and have
+    // the frame rects be the same no matter what transforms are applied.
+    virtual bool transformsAffectFrameRect() { return true; }
+
 #if PLATFORM(MAC)
     NSView* getOuterView() const;