Changeset 135947 in webkit


Ignore:
Timestamp:
Nov 27, 2012, 4:53:55 PM (12 years ago)
Author:
jer.noble@apple.com
Message:

Unreviewed build fix; NSSize is not a CGSize in 32-bit.

  • platform/mac/WebCoreFullScreenWarningView.mm:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r135945 r135947  
     12012-11-27  Jer Noble  <jer.noble@apple.com>
     2
     3        Unreviewed build fix; NSSize is not a CGSize in 32-bit.
     4
     5        * platform/mac/WebCoreFullScreenWarningView.mm:
     6
    172012-11-27  Dean Jackson  <dino@apple.com>
    28
  • trunk/Source/WebCore/platform/mac/WebCoreFullScreenWarningView.mm

    r135937 r135947  
    4242static const CGFloat WarningViewShadowAlpha = 1;
    4343static const float WarningViewShadowOpacity = 0.25;
    44 static const CGSize WarningViewShadowOffset = {0, -2};
     44static const NSSize WarningViewShadowOffset = {0, -2};
    4545static const CGFloat WarningViewShadowRadius = 5;
    4646static const NSTimeInterval WarningViewHideDelay = 3;
Note: See TracChangeset for help on using the changeset viewer.