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
@ -95,6 +95,12 @@ class CefFrame : public virtual CefBaseRefCounted {
|
||||
/*--cef()--*/
|
||||
virtual void Paste() = 0;
|
||||
|
||||
///
|
||||
/// Execute paste and match style in this frame.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual void PasteAndMatchStyle() = 0;
|
||||
|
||||
///
|
||||
/// Execute delete in this frame.
|
||||
///
|
||||
|
Reference in New Issue
Block a user