summaryrefslogtreecommitdiff
path: root/core/fxcrt/cfx_bitstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/cfx_bitstream.h')
-rw-r--r--core/fxcrt/cfx_bitstream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_bitstream.h b/core/fxcrt/cfx_bitstream.h
index 168760ddd8..baa2a9f544 100644
--- a/core/fxcrt/cfx_bitstream.h
+++ b/core/fxcrt/cfx_bitstream.h
@@ -10,10 +10,11 @@
#include <stdint.h>
#include "core/fxcrt/unowned_ptr.h"
+#include "third_party/base/span.h"
class CFX_BitStream {
public:
- CFX_BitStream(const uint8_t* pData, uint32_t dwSize);
+ explicit CFX_BitStream(pdfium::span<const uint8_t> pData);
~CFX_BitStream();
void ByteAlign();