git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
2009-02-18 Xan Lopez <xan@gnome.org>
[WebKit-https.git]
/
WebCore
/
platform
/
Widget.h
diff --git
a/WebCore/platform/Widget.h
b/WebCore/platform/Widget.h
index 2f22069a17949ecc97054040ddf46f41fe5bec12..029cc7869ae346ddc2ec4e71f90200544e0d24e3 100644
(file)
--- a/
WebCore/platform/Widget.h
+++ b/
WebCore/platform/Widget.h
@@
-137,7
+137,6
@@
public:
virtual void setFocus();
void setCursor(const Cursor&);
virtual void setFocus();
void setCursor(const Cursor&);
- Cursor cursor();
virtual void show();
virtual void hide();
virtual void show();
virtual void hide();
@@
-193,7
+192,7
@@
private:
IntRect m_frame; // Not used when a native widget exists.
IntRect m_frame; // Not used when a native widget exists.
-#if PLATFORM(MAC)
|| PLATFORM(GTK)
+#if PLATFORM(MAC)
WidgetPrivate* m_data;
#endif
};
WidgetPrivate* m_data;
#endif
};