summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/rendering/HitTestResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/rendering/HitTestResult.h')
-rw-r--r--src/3rdparty/webkit/WebCore/rendering/HitTestResult.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/3rdparty/webkit/WebCore/rendering/HitTestResult.h b/src/3rdparty/webkit/WebCore/rendering/HitTestResult.h
index 4f0383fd6..f29ca4195 100644
--- a/src/3rdparty/webkit/WebCore/rendering/HitTestResult.h
+++ b/src/3rdparty/webkit/WebCore/rendering/HitTestResult.h
@@ -23,6 +23,7 @@
#define HitTestResult_h
#include "IntPoint.h"
+#include "TextDirection.h"
#include <wtf/RefPtr.h>
namespace WebCore {
@@ -30,8 +31,8 @@ namespace WebCore {
class Element;
class Frame;
class Image;
-class KURL;
class IntRect;
+class KURL;
class Node;
class Scrollbar;
class String;
@@ -64,14 +65,15 @@ public:
Frame* targetFrame() const;
IntRect boundingBox() const;
bool isSelected() const;
- String spellingToolTip() const;
+ String spellingToolTip(TextDirection&) const;
String replacedString() const;
- String title() const;
+ String title(TextDirection&) const;
String altDisplayString() const;
String titleDisplayString() const;
Image* image() const;
IntRect imageRect() const;
KURL absoluteImageURL() const;
+ KURL absoluteMediaURL() const;
KURL absoluteLinkURL() const;
String textContent() const;
bool isLiveLink() const;