Index: ppapi/shared_impl/vpn_provider_util.h |
diff --git a/ppapi/shared_impl/vpn_provider_util.h b/ppapi/shared_impl/vpn_provider_util.h |
index 889bfaa7afc1c6901de9662ebc74ba2b44a78c6f..096778a83fa263e3b9c20522c0eaf6a98b453610 100644 |
--- a/ppapi/shared_impl/vpn_provider_util.h |
+++ b/ppapi/shared_impl/vpn_provider_util.h |
@@ -23,6 +23,7 @@ class PPAPI_SHARED_EXPORT VpnProviderSharedBuffer { |
void SetAvailable(uint32_t id, bool value); |
void* GetBuffer(uint32_t id); |
base::SharedMemoryHandle GetHandle(); |
+ uint32_t GetMaxPacketSize(); |
bbudge
2016/06/23 18:10:23
implement inline
adrian.belgun
2016/06/24 13:19:37
Done.
|
private: |
uint32_t capacity_; |