| Index: sky/engine/web/WebViewImpl.h
|
| diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
|
| index 80504025b959f0186b8091606714c32b12e8d847..fe60220fb5a5996e2b3803a95470c82a3a18b24c 100644
|
| --- a/sky/engine/web/WebViewImpl.h
|
| +++ b/sky/engine/web/WebViewImpl.h
|
| @@ -429,14 +429,6 @@ private:
|
| // Represents whether or not this object should process incoming IME events.
|
| bool m_imeAcceptEvents;
|
|
|
| - // The available drag operations (copy, move link...) allowed by the source.
|
| - WebDragOperation m_operationsAllowed;
|
| -
|
| - // The current drag operation as negotiated by the source and destination.
|
| - // When not equal to DragOperationNone, the drag data can be dropped onto the
|
| - // current drop target in this WebView (the drop target can accept the drop).
|
| - WebDragOperation m_dragOperation;
|
| -
|
| // Whether the webview is rendering transparently.
|
| bool m_isTransparent;
|
|
|
|
|