• R
    Make paint flags consistently uint32_t · 3164d1a7
    Raph Levien 提交于
    Change internal plumbing of paint flags (including CssParse) to uint32_t
    consistently, to match the type used in the client. This will probably
    prevent compiler warnings. Also renames "float" to "double" to avoid
    confusion about precision.
    
    Change-Id: I80374712c4067ca9e7711cc2d4ec33c440ab9c7c
    3164d1a7
CssParse.h 2.5 KB