Title: [129960] trunk/Source/WebKit/chromium
Revision
129960
Author
[email protected]
Date
2012-09-28 16:38:48 -0700 (Fri, 28 Sep 2012)

Log Message

Add draggable property to WebDraggableRegion.
https://bugs.webkit.org/show_bug.cgi?id=97950

Reviewed by Adam Barth.

This needs to be done before we can land the patch to use new syntax for
draggable regions. This is because Chromium side code cannot enable
the changes to support new syntax side by side when this property is
not present.

* public/WebDraggableRegion.h:
(WebDraggableRegion):

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (129959 => 129960)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-09-28 23:14:53 UTC (rev 129959)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-09-28 23:38:48 UTC (rev 129960)
@@ -1,3 +1,18 @@
+2012-09-28  Jian Li  <[email protected]>
+
+        Add draggable property to WebDraggableRegion.
+        https://bugs.webkit.org/show_bug.cgi?id=97950
+
+        Reviewed by Adam Barth.
+
+        This needs to be done before we can land the patch to use new syntax for
+        draggable regions. This is because Chromium side code cannot enable
+        the changes to support new syntax side by side when this property is
+        not present.
+
+        * public/WebDraggableRegion.h:
+        (WebDraggableRegion):
+
 2012-09-28  Adam Barth  <[email protected]>
 
         [Chromium] WebFrameImpl::m_frame is redundant now that WebFrameImpl inherits from FrameDestructionObserver

Modified: trunk/Source/WebKit/chromium/public/WebDraggableRegion.h (129959 => 129960)


--- trunk/Source/WebKit/chromium/public/WebDraggableRegion.h	2012-09-28 23:14:53 UTC (rev 129959)
+++ trunk/Source/WebKit/chromium/public/WebDraggableRegion.h	2012-09-28 23:38:48 UTC (rev 129960)
@@ -38,6 +38,7 @@
 namespace WebKit {
 
 struct WebDraggableRegion {
+    bool draggable;
     WebString label;
     WebRect bounds;
     WebRect clip;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to