Changeset 93023 in webkit


Ignore:
Timestamp:
Aug 13, 2011, 12:03:55 PM (14 years ago)
Author:
weinig@apple.com
Message:

Remove unused variables from WKFullScreenWindowController.h
https://bugs.webkit.org/show_bug.cgi?id=66193

Reviewed by Dan Bernstein.

  • UIProcess/mac/WKFullScreenWindowController.h:

Remove _layerViewPlaceholder, _isWindowLoaded and _initialFrame which were not used.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r93014 r93023  
     12011-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
    1112011-08-12  Dan Bernstein  <mitz@apple.com>
    212
  • trunk/Source/WebKit2/UIProcess/mac/WKFullScreenWindowController.h

    r88654 r93023  
    4343    WKView *_webView;
    4444    RetainPtr<NSView> _webViewPlaceholder;
    45     RetainPtr<NSView> _layerViewPlaceholder;
    4645    RetainPtr<NSView> _layerHostingView;
    4746   
     
    4948    BOOL _isExitingFullScreen;
    5049    BOOL _isFullScreen;
    51     BOOL _isWindowLoaded;
    5250    BOOL _forceDisableAnimation;
    5351    BOOL _isPlaying;
    54     CGRect _initialFrame;   
    5552    uint32_t _idleDisplaySleepAssertion;
    5653    uint32_t _idleSystemSleepAssertion;
Note: See TracChangeset for help on using the changeset viewer.