Changeset 108717 in webkit


Ignore:
Timestamp:
Feb 23, 2012 7:11:20 PM (12 years ago)
Author:
leo.yang@torchmobile.com.cn
Message:

[BlackBerry] Remove unused ChromeClientBlackBerry::platformCompositingWindow(), platformWindow() and WebPageClient::compositingWindow()
https://bugs.webkit.org/show_bug.cgi?id=78681

Reviewed by Antonio Gomes.

  • Api/WebPageClient.h:
  • WebCoreSupport/ChromeClientBlackBerry.cpp:

(WebCore):

  • WebCoreSupport/ChromeClientBlackBerry.h:

(ChromeClientBlackBerry):

Location:
trunk/Source/WebKit/blackberry
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/blackberry/Api/WebPageClient.h

    r108702 r108717  
    159159
    160160    virtual Platform::Graphics::Window* window() const = 0;
    161     virtual Platform::Graphics::Window* compositingWindow() const = 0;
    162161
    163162    virtual void notifyContentRendered(const Platform::IntRect&) = 0;
  • trunk/Source/WebKit/blackberry/ChangeLog

    r108711 r108717  
     12012-02-23  Leo Yang  <leo.yang@torchmobile.com.cn>
     2
     3        [BlackBerry] Remove unused ChromeClientBlackBerry::platformCompositingWindow(), platformWindow() and WebPageClient::compositingWindow()
     4        https://bugs.webkit.org/show_bug.cgi?id=78681
     5
     6        Reviewed by Antonio Gomes.
     7
     8        * Api/WebPageClient.h:
     9        * WebCoreSupport/ChromeClientBlackBerry.cpp:
     10        (WebCore):
     11        * WebCoreSupport/ChromeClientBlackBerry.h:
     12        (ChromeClientBlackBerry):
     13
    1142012-02-23  Leo Yang  <leo.yang@torchmobile.com.cn>
    215
  • trunk/Source/WebKit/blackberry/WebCoreSupport/ChromeClientBlackBerry.cpp

    r107863 r108717  
    833833#endif
    834834
    835 void* ChromeClientBlackBerry::platformWindow() const
    836 {
    837     return m_webPagePrivate->m_client->window();
    838 }
    839 
    840 void* ChromeClientBlackBerry::platformCompositingWindow() const
    841 {
    842     return m_webPagePrivate->m_client->compositingWindow();
    843 }
    844 
    845835} // namespace WebCore
  • trunk/Source/WebKit/blackberry/WebCoreSupport/ChromeClientBlackBerry.h

    r107033 r108717  
    149149#endif
    150150
    151     virtual void* platformWindow() const;
    152     virtual void* platformCompositingWindow() const;
    153 
    154151    BlackBerry::WebKit::WebPagePrivate* webPagePrivate() const { return m_webPagePrivate; }
    155152
Note: See TracChangeset for help on using the changeset viewer.