Add CefContextMenuParams::GetTitleText method (issue #2030)

This commit is contained in:
Marshall Greenblatt
2017-01-17 12:43:49 -05:00
parent 3f0c94f7e6
commit 5f4190ff75
7 changed files with 54 additions and 0 deletions

View File

@ -195,6 +195,13 @@ class CefContextMenuParams : public virtual CefBase {
/*--cef()--*/
virtual bool HasImageContents() =0;
///
// Returns the title text or the alt text if the context menu was invoked on
// an image.
///
/*--cef()--*/
virtual CefString GetTitleText() = 0;
///
// Returns the URL of the top level page that the context menu was invoked on.
///