Changeset 135947 in webkit
- Timestamp:
- Nov 27, 2012, 4:53:55 PM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r135945 r135947 1 2012-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 1 7 2012-11-27 Dean Jackson <dino@apple.com> 2 8 -
trunk/Source/WebCore/platform/mac/WebCoreFullScreenWarningView.mm
r135937 r135947 42 42 static const CGFloat WarningViewShadowAlpha = 1; 43 43 static const float WarningViewShadowOpacity = 0.25; 44 static const CGSize WarningViewShadowOffset = {0, -2};44 static const NSSize WarningViewShadowOffset = {0, -2}; 45 45 static const CGFloat WarningViewShadowRadius = 5; 46 46 static const NSTimeInterval WarningViewHideDelay = 3;
Note:
See TracChangeset
for help on using the changeset viewer.