tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ChainContextPos.hh (239B)


      1 #ifndef OT_LAYOUT_GPOS_CHAINCONTEXTPOS_HH
      2 #define OT_LAYOUT_GPOS_CHAINCONTEXTPOS_HH
      3 
      4 namespace OT {
      5 namespace Layout {
      6 namespace GPOS_impl {
      7 
      8 struct ChainContextPos : ChainContext {};
      9 
     10 }
     11 }
     12 }
     13 
     14 #endif /* OT_LAYOUT_GPOS_CHAINCONTEXTPOS_HH */