Changeset 54037 in webkit


Ignore:
Timestamp:
Jan 28, 2010 6:41:24 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-28 Avi Drissman <avi@chromium.org>

Reviewed by David Levin.

Unused variable in ThemeMac (followup to change 49103).
https://bugs.webkit.org/show_bug.cgi?id=34274

Covered by existing tests.

  • platform/mac/ThemeMac.mm: (WebCore::setupButtonCell):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r54036 r54037  
     12010-01-28  Avi Drissman  <avi@chromium.org>
     2
     3        Reviewed by David Levin.
     4
     5        Unused variable in ThemeMac (followup to change 49103).
     6        https://bugs.webkit.org/show_bug.cgi?id=34274
     7
     8        Covered by existing tests.
     9
     10        * platform/mac/ThemeMac.mm:
     11        (WebCore::setupButtonCell):
     12
    1132010-01-28  Enrica Casucci  <enrica@apple.com>
    214
  • trunk/WebCore/platform/mac/ThemeMac.mm

    r50436 r54037  
    356356        [buttonCell setBezelStyle:NSRoundedBezelStyle];
    357357
    358     setControlSize(buttonCell, buttonSizes(), zoomedRect.size(), zoomFactor);
     358    setControlSize(buttonCell, sizes, zoomedRect.size(), zoomFactor);
    359359
    360360    // Update the various states we respond to.
Note: See TracChangeset for help on using the changeset viewer.