summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/Screen.h')
-rw-r--r--WebCore/page/Screen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/page/Screen.h b/WebCore/page/Screen.h
index 2c84abd..5716d46 100644
--- a/WebCore/page/Screen.h
+++ b/WebCore/page/Screen.h
@@ -48,8 +48,8 @@ namespace WebCore {
unsigned width() const;
unsigned colorDepth() const;
unsigned pixelDepth() const;
- unsigned availLeft() const;
- unsigned availTop() const;
+ int availLeft() const;
+ int availTop() const;
unsigned availHeight() const;
unsigned availWidth() const;