diff --git a/ohos_nweb/include/nweb_handler.h b/ohos_nweb/include/nweb_handler.h index b689dd58f239373953338635a7992c18fb060ac3..1c04b8eed269ac37fe79e3483e41ae50229fddd3 100755 --- a/ohos_nweb/include/nweb_handler.h +++ b/ohos_nweb/include/nweb_handler.h @@ -134,6 +134,8 @@ enum class CursorType: int32_t { CT_DND_MOVE, CT_DND_COPY, CT_DND_LINK, + CT_LOCK, + CT_UNLOCK, CT_MAX_VALUE, };