mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add CefFrame::PasteAndMatchStyle
This commit is contained in:
committed by
Marshall Greenblatt
parent
fc20e76d3b
commit
a787036a8a
@@ -104,6 +104,10 @@ void CefFrameImpl::Paste() {
|
||||
SendCommand("Paste");
|
||||
}
|
||||
|
||||
void CefFrameImpl::PasteAndMatchStyle() {
|
||||
SendCommand("PasteAndMatchStyle");
|
||||
}
|
||||
|
||||
void CefFrameImpl::Delete() {
|
||||
SendCommand("Delete");
|
||||
}
|
||||
|
@@ -54,6 +54,7 @@ class CefFrameImpl
|
||||
void Cut() override;
|
||||
void Copy() override;
|
||||
void Paste() override;
|
||||
void PasteAndMatchStyle() override;
|
||||
void Delete() override;
|
||||
void SelectAll() override;
|
||||
void ViewSource() override;
|
||||
|
Reference in New Issue
Block a user