Blink image decoder type and function names should be Bmp not BMP |
|
Issue descriptionThe Google style guide indicates that function names should be like ProcessRleData() instead of ProcessRLEData(). https://google.github.io/styleguide/cppguide.html#Function_Names And although it isn't as explicit for type names, the examples also match this style: https://google.github.io/styleguide/cppguide.html#Type_Names |
|
►
Sign in to add a comment |
|