X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fbase%2Fx%2Fselection_owner.h;h=81d7e73a1f46efd2b1342481d9b05698ae4d94a6;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=29bc232e7f8f0993101e23ae0392107a679b8c25;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/base/x/selection_owner.h b/src/ui/base/x/selection_owner.h index 29bc232..81d7e73 100644 --- a/src/ui/base/x/selection_owner.h +++ b/src/ui/base/x/selection_owner.h @@ -53,6 +53,11 @@ class UI_BASE_EXPORT SelectionOwner { // don't, but there were open todos in the previous implementation. private: + // Attempts to convert the selection to |target|. If the conversion is + // successful, true is returned and the result is stored in the |property| + // of |requestor|. + bool ProcessTarget(::Atom target, ::Window requestor, ::Atom property); + // Our X11 state. Display* x_display_; ::Window x_window_;