diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-02-09 10:18:11 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-02-09 10:18:11 -0800 |
commit | c74acf4552944c5485b1175c008708d19b57d322 (patch) | |
tree | 11556c712418376dd21bda153e75a40cda94d5cd /xfa/include/fwl/fwl.h | |
parent | 11d93559cea7a0894e05249e7dac2035ad79994e (diff) | |
download | pdfium-c74acf4552944c5485b1175c008708d19b57d322.tar.xz |
Several pure virtual IFWL_Adapter* classes not implemented.
The routines that would return them always return NULL. Some
path, however, didn't previously check for NULL. Those must
have been bugs; treat such cases as unreachable.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1679103002 .
Diffstat (limited to 'xfa/include/fwl/fwl.h')
-rw-r--r-- | xfa/include/fwl/fwl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/include/fwl/fwl.h b/xfa/include/fwl/fwl.h index f0b4b1519a..999e9a9fc1 100644 --- a/xfa/include/fwl/fwl.h +++ b/xfa/include/fwl/fwl.h @@ -71,8 +71,5 @@ #include "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h" #include "xfa/include/fwl/adapter/fwl_adaptertimermgr.h" #include "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h" -#include "xfa/include/fwl/adapter/fwl_adaptercursormgr.h" -#include "xfa/include/fwl/adapter/fwl_adaptermonitormgr.h" -#include "xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h" #include "xfa/include/fwl/adapter/fwl_sdadapterimp.h" #endif |