diff options
Diffstat (limited to 'content/public/common/drop_data.h')
-rw-r--r-- | content/public/common/drop_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/public/common/drop_data.h b/content/public/common/drop_data.h index e589184b..fce6db1 100644 --- a/content/public/common/drop_data.h +++ b/content/public/common/drop_data.h @@ -33,6 +33,7 @@ struct CONTENT_EXPORT DropData { }; DropData(); + DropData(const DropData& other); ~DropData(); // Whether this drag originated from a renderer. |