webengine/osswebengine/WebCore/platform/symbian/FormFillPopup.h
branchRCL_3
changeset 67 4917f9bf7995
parent 0 dd21522fd290
child 93 79859ed3eea9
--- a/webengine/osswebengine/WebCore/platform/symbian/FormFillPopup.h	Wed Apr 14 17:06:56 2010 +0300
+++ b/webengine/osswebengine/WebCore/platform/symbian/FormFillPopup.h	Tue Apr 27 17:46:17 2010 +0300
@@ -21,6 +21,8 @@
 
 #include <e32base.h>
 
+// FORWARD DECLARATIONS
+class CFont;
 namespace WebCore
 {
     class Frame;
@@ -34,6 +36,7 @@
     virtual void clear() = 0;
     virtual void setLocationHintInDoc(const TRect& r, WebCore::Frame* frame) = 0;
     virtual ~MFormFillPopup() {}
+    virtual void setFont(CFont* font) {}
 };
 
 #endif //!__FORMFILLPOPUP_H__