summaryrefslogtreecommitdiff
path: root/xfa/include/fwl/core
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-12-10 15:53:30 -0800
committerTom Sepez <tsepez@chromium.org>2015-12-10 15:53:30 -0800
commitd75b8537a1286af979b0d0fb19988a29af7c4a33 (patch)
tree4531fc400e8cc5841558b0869cbc25a91cd8a0fe /xfa/include/fwl/core
parentd2cfdd5c72be670aff556c44aaff53df66b23ea6 (diff)
downloadpdfium-d75b8537a1286af979b0d0fb19988a29af7c4a33.tar.xz
Convert last batch of casts in fwl.
R=thestig@chromium.org Review URL: https://codereview.chromium.org/1512423003 .
Diffstat (limited to 'xfa/include/fwl/core')
-rw-r--r--xfa/include/fwl/core/fwl_note.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/include/fwl/core/fwl_note.h b/xfa/include/fwl/core/fwl_note.h
index a838d8047f..bd230d28cc 100644
--- a/xfa/include/fwl/core/fwl_note.h
+++ b/xfa/include/fwl/core/fwl_note.h
@@ -340,7 +340,9 @@ class IFWL_NoteDriver {
virtual IFWL_NoteThread* GetOwnerThread() const = 0;
virtual FWL_ERR PushNoteLoop(IFWL_NoteLoop* pNoteLoop) = 0;
virtual IFWL_NoteLoop* PopNoteLoop() = 0;
+ virtual IFWL_Widget* GetFocus() = 0;
virtual FX_BOOL SetFocus(IFWL_Widget* pFocus, FX_BOOL bNotify = FALSE) = 0;
+ virtual void SetGrab(IFWL_Widget* pGrab, FX_BOOL bSet) = 0;
virtual FWL_ERR Run() = 0;
};
IFWL_Widget* FWL_GetCurrentThreadModalWidget(IFWL_NoteThread* pNoteThread);