New issue
Advanced search Search tips

Issue 717705 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug

Blocking:
issue 717699



Sign in to add a comment

Blink image decoder type and function names should be Bmp not BMP

Project Member Reported by cblume@chromium.org, May 2 2017

Issue description

The 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