summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/chromium/PasteboardPrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/chromium/PasteboardPrivate.h')
-rw-r--r--WebCore/platform/chromium/PasteboardPrivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/chromium/PasteboardPrivate.h b/WebCore/platform/chromium/PasteboardPrivate.h
index 95cc697..1de7fe3 100644
--- a/WebCore/platform/chromium/PasteboardPrivate.h
+++ b/WebCore/platform/chromium/PasteboardPrivate.h
@@ -33,8 +33,7 @@
namespace WebCore {
- class PasteboardPrivate
- {
+ class PasteboardPrivate {
public:
enum ClipboardFormat {
HTMLFormat,
@@ -44,6 +43,7 @@ namespace WebCore {
enum ClipboardBuffer {
StandardBuffer,
SelectionBuffer,
+ DragBuffer,
};
};