Title: [102610] trunk/Source/WebKit/chromium
- Revision
- 102610
- Author
- [email protected]
- Date
- 2011-12-12 12:47:48 -0800 (Mon, 12 Dec 2011)
Log Message
[chromium] Remove BufferDrag from WebClipboard::Buffer enum.
https://bugs.webkit.org/show_bug.cgi?id=74227
Reviewed by Tony Chang.
This enum value was intended for asynchronous data retrieval during drop operations; since
that was never implemented, I'm removing this enum value.
* public/platform/WebClipboard.h:
* src/AssertMatchingEnums.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (102609 => 102610)
--- trunk/Source/WebKit/chromium/ChangeLog 2011-12-12 20:29:31 UTC (rev 102609)
+++ trunk/Source/WebKit/chromium/ChangeLog 2011-12-12 20:47:48 UTC (rev 102610)
@@ -1,3 +1,16 @@
+2011-12-09 Daniel Cheng <[email protected]>
+
+ [chromium] Remove BufferDrag from WebClipboard::Buffer enum.
+ https://bugs.webkit.org/show_bug.cgi?id=74227
+
+ Reviewed by Tony Chang.
+
+ This enum value was intended for asynchronous data retrieval during drop operations; since
+ that was never implemented, I'm removing this enum value.
+
+ * public/platform/WebClipboard.h:
+ * src/AssertMatchingEnums.cpp:
+
2011-12-12 Tommy Widenflycht <[email protected]>
[chromium] MediaStream API: Moving WebMediaStreamSource.h
Modified: trunk/Source/WebKit/chromium/public/platform/WebClipboard.h (102609 => 102610)
--- trunk/Source/WebKit/chromium/public/platform/WebClipboard.h 2011-12-12 20:29:31 UTC (rev 102609)
+++ trunk/Source/WebKit/chromium/public/platform/WebClipboard.h 2011-12-12 20:47:48 UTC (rev 102610)
@@ -56,8 +56,6 @@
// Used on platforms like the X Window System that treat selection
// as a type of clipboard.
BufferSelection,
- // Read-only buffer corresponding to the current drag operation, if any.
- BufferDrag,
};
// Returns an identifier which can be used to determine whether the data
Modified: trunk/Source/WebKit/chromium/src/AssertMatchingEnums.cpp (102609 => 102610)
--- trunk/Source/WebKit/chromium/src/AssertMatchingEnums.cpp 2011-12-12 20:29:31 UTC (rev 102609)
+++ trunk/Source/WebKit/chromium/src/AssertMatchingEnums.cpp 2011-12-12 20:47:48 UTC (rev 102610)
@@ -256,7 +256,6 @@
COMPILE_ASSERT_MATCHING_ENUM(WebClipboard::BufferStandard, PasteboardPrivate::StandardBuffer);
COMPILE_ASSERT_MATCHING_ENUM(WebClipboard::BufferSelection, PasteboardPrivate::SelectionBuffer);
-COMPILE_ASSERT_MATCHING_ENUM(WebClipboard::BufferDrag, PasteboardPrivate::DragBuffer);
COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypePointer, PlatformCursor::TypePointer);
COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeCross, PlatformCursor::TypeCross);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes