Changeset 98824 in webkit


Ignore:
Timestamp:
Oct 29, 2011 10:36:14 PM (12 years ago)
Author:
mrowe@apple.com
Message:

Build fix.

  • platform/graphics/mac/WebLayer.mm:

(drawLayerContents):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r98822 r98824  
     12011-10-29  Mark Rowe  <mrowe@apple.com>
     2
     3        Build fix.
     4
     5        * platform/graphics/mac/WebLayer.mm:
     6        (drawLayerContents):
     7
    182011-10-29  Mark Rowe  <mrowe@apple.com>
    29
  • trunk/Source/WebCore/platform/graphics/mac/WebLayer.mm

    r98255 r98824  
    9393        CGContextSaveGState(context);
    9494       
    95         CGContextSetAlpha(context, 0.5);
     95        CGContextSetAlpha(context, 0.5f);
    9696        CGContextBeginTransparencyLayerWithRect(context, indicatorBox, 0);
    9797
Note: See TracChangeset for help on using the changeset viewer.