* platform/Widget.h: Moved scaleFactor function out of Apple-specific
section of the header into the common part.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@14712
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-06-03 Darin Adler <darin@apple.com>
+
+ - fix Windows build
+
+ * platform/Widget.h: Moved scaleFactor function out of Apple-specific
+ section of the header into the common part.
+
2006-06-03 Beth Dakin <bdakin@apple.com>
Reviewed by Darin.
virtual IntPoint mapFromGlobal(const IntPoint&) const;
+ float scaleFactor() const;
+
bool hasFocus() const;
void setFocus();
void clearFocus();
NSView* getOuterView() const;
void setView(NSView*);
- float scaleFactor() const;
-
void sendConsumedMouseUp();
static void beforeMouseDown(NSView*);