Changeset 93023 in webkit
- Timestamp:
- Aug 13, 2011, 12:03:55 PM (14 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r93014 r93023 1 2011-08-13 Sam Weinig <sam@webkit.org> 2 3 Remove unused variables from WKFullScreenWindowController.h 4 https://bugs.webkit.org/show_bug.cgi?id=66193 5 6 Reviewed by Dan Bernstein. 7 8 * UIProcess/mac/WKFullScreenWindowController.h: 9 Remove _layerViewPlaceholder, _isWindowLoaded and _initialFrame which were not used. 10 1 11 2011-08-12 Dan Bernstein <mitz@apple.com> 2 12 -
trunk/Source/WebKit2/UIProcess/mac/WKFullScreenWindowController.h
r88654 r93023 43 43 WKView *_webView; 44 44 RetainPtr<NSView> _webViewPlaceholder; 45 RetainPtr<NSView> _layerViewPlaceholder;46 45 RetainPtr<NSView> _layerHostingView; 47 46 … … 49 48 BOOL _isExitingFullScreen; 50 49 BOOL _isFullScreen; 51 BOOL _isWindowLoaded;52 50 BOOL _forceDisableAnimation; 53 51 BOOL _isPlaying; 54 CGRect _initialFrame;55 52 uint32_t _idleDisplaySleepAssertion; 56 53 uint32_t _idleSystemSleepAssertion;
Note:
See TracChangeset
for help on using the changeset viewer.