Title: [108717] trunk/Source/WebKit/blackberry
- Revision
- 108717
- Author
- [email protected]
- Date
- 2012-02-23 19:11:20 -0800 (Thu, 23 Feb 2012)
Log 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):
Modified Paths
Diff
Modified: trunk/Source/WebKit/blackberry/Api/WebPageClient.h (108716 => 108717)
--- trunk/Source/WebKit/blackberry/Api/WebPageClient.h 2012-02-24 03:10:03 UTC (rev 108716)
+++ trunk/Source/WebKit/blackberry/Api/WebPageClient.h 2012-02-24 03:11:20 UTC (rev 108717)
@@ -158,7 +158,6 @@
virtual void setPageTitle(const unsigned short* title, unsigned titleLength) = 0;
virtual Platform::Graphics::Window* window() const = 0;
- virtual Platform::Graphics::Window* compositingWindow() const = 0;
virtual void notifyContentRendered(const Platform::IntRect&) = 0;
virtual void notifyScreenRotated() = 0;
Modified: trunk/Source/WebKit/blackberry/ChangeLog (108716 => 108717)
--- trunk/Source/WebKit/blackberry/ChangeLog 2012-02-24 03:10:03 UTC (rev 108716)
+++ trunk/Source/WebKit/blackberry/ChangeLog 2012-02-24 03:11:20 UTC (rev 108717)
@@ -1,5 +1,18 @@
2012-02-23 Leo Yang <[email protected]>
+ [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):
+
+2012-02-23 Leo Yang <[email protected]>
+
[BlackBerry] Upstream GLES2Context.{h, cpp}
https://bugs.webkit.org/show_bug.cgi?id=79196
Modified: trunk/Source/WebKit/blackberry/WebCoreSupport/ChromeClientBlackBerry.cpp (108716 => 108717)
--- trunk/Source/WebKit/blackberry/WebCoreSupport/ChromeClientBlackBerry.cpp 2012-02-24 03:10:03 UTC (rev 108716)
+++ trunk/Source/WebKit/blackberry/WebCoreSupport/ChromeClientBlackBerry.cpp 2012-02-24 03:11:20 UTC (rev 108717)
@@ -832,14 +832,4 @@
}
#endif
-void* ChromeClientBlackBerry::platformWindow() const
-{
- return m_webPagePrivate->m_client->window();
-}
-
-void* ChromeClientBlackBerry::platformCompositingWindow() const
-{
- return m_webPagePrivate->m_client->compositingWindow();
-}
-
} // namespace WebCore
Modified: trunk/Source/WebKit/blackberry/WebCoreSupport/ChromeClientBlackBerry.h (108716 => 108717)
--- trunk/Source/WebKit/blackberry/WebCoreSupport/ChromeClientBlackBerry.h 2012-02-24 03:10:03 UTC (rev 108716)
+++ trunk/Source/WebKit/blackberry/WebCoreSupport/ChromeClientBlackBerry.h 2012-02-24 03:11:20 UTC (rev 108717)
@@ -148,9 +148,6 @@
virtual bool allowsAcceleratedCompositing() const;
#endif
- virtual void* platformWindow() const;
- virtual void* platformCompositingWindow() const;
-
BlackBerry::WebKit::WebPagePrivate* webPagePrivate() const { return m_webPagePrivate; }
private:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes