[Webkit-unassigned] [Bug 59741] Chromium Mac: Add scrollbar overlay drawing functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 28 16:17:32 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59741


Mihai Parparita <mihaip at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #91562|review?                     |review-
               Flag|                            |




--- Comment #4 from Mihai Parparita <mihaip at chromium.org>  2011-04-28 16:17:32 PST ---
(From update of attachment 91562)
View in context: https://bugs.webkit.org/attachment.cgi?id=91562&action=review

> Source/WebCore/platform/chromium/ScrollbarOverlayUtilitiesMac.mm:36
> +// This file contains utilities to draw overlay scrollbars. There are no plublic

s/plublic/public/.

> Source/WebCore/platform/chromium/ScrollbarOverlayUtilitiesMac.mm:106
> +static Class LookUpNSScrollerImpClass() {

There's a quite a few WebKit style issues here:
- opening brace should be on its own line for function definitions.
- The first letter does not need to be capitalized.
- Indents should be 4 spaces.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list