Index: xfa/fwl/core/cfwl_notedriver.h |
diff --git a/xfa/fwl/core/cfwl_notedriver.h b/xfa/fwl/core/cfwl_notedriver.h |
index 9fdb3427ab8abcca2afd1e86b5eb1508c21fe7d3..47f11daec3e8f7bc768faf1f13e4a191eb1fff0a 100644 |
--- a/xfa/fwl/core/cfwl_notedriver.h |
+++ b/xfa/fwl/core/cfwl_notedriver.h |
@@ -36,7 +36,7 @@ class CFWL_NoteDriver { |
CFWL_NoteLoop* PopNoteLoop(); |
CFWL_Widget* GetFocus() const { return m_pFocus; } |
- bool SetFocus(CFWL_Widget* pFocus, bool bNotify = false); |
+ bool SetFocus(CFWL_Widget* pFocus); |
void SetGrab(CFWL_Widget* pGrab, bool bSet) { |
m_pGrab = bSet ? pGrab : nullptr; |
} |