summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/PopupMenuClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/PopupMenuClient.h')
-rw-r--r--WebCore/platform/PopupMenuClient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/PopupMenuClient.h b/WebCore/platform/PopupMenuClient.h
index 2b41380..45912a1 100644
--- a/WebCore/platform/PopupMenuClient.h
+++ b/WebCore/platform/PopupMenuClient.h
@@ -62,10 +62,10 @@ public:
virtual bool shouldPopOver() const = 0;
virtual bool valueShouldChangeOnHotTrack() const = 0;
virtual void setTextFromItem(unsigned listIndex) = 0;
-
+
virtual FontSelector* fontSelector() const = 0;
virtual HostWindow* hostWindow() const = 0;
-
+
virtual PassRefPtr<Scrollbar> createScrollbar(ScrollbarClient*, ScrollbarOrientation, ScrollbarControlSize) = 0;
};