Title: [87783] trunk/Source/WebKit2
- Revision
- 87783
- Author
- [email protected]
- Date
- 2011-06-01 01:04:58 -0700 (Wed, 01 Jun 2011)
Log Message
2011-06-01 Oleg Romashin <[email protected]>
Reviewed by Kenneth Rohde Christiansen.
platformGeometryDidChange function definition was changed everywhere except Qt.
This is fix for Qt WK2 plugins compilation
https://bugs.webkit.org/show_bug.cgi?id=61832
* PluginProcess/qt/PluginControllerProxyQt.cpp:
(WebKit::PluginControllerProxy::platformGeometryDidChange):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (87782 => 87783)
--- trunk/Source/WebKit2/ChangeLog 2011-06-01 08:02:19 UTC (rev 87782)
+++ trunk/Source/WebKit2/ChangeLog 2011-06-01 08:04:58 UTC (rev 87783)
@@ -1,3 +1,14 @@
+2011-06-01 Oleg Romashin <[email protected]>
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ platformGeometryDidChange function definition was changed everywhere except Qt.
+ This is fix for Qt WK2 plugins compilation
+ https://bugs.webkit.org/show_bug.cgi?id=61832
+
+ * PluginProcess/qt/PluginControllerProxyQt.cpp:
+ (WebKit::PluginControllerProxy::platformGeometryDidChange):
+
2011-05-31 Jer Noble <[email protected]>
Reviewed by Darin Adler.
Modified: trunk/Source/WebKit2/PluginProcess/qt/PluginControllerProxyQt.cpp (87782 => 87783)
--- trunk/Source/WebKit2/PluginProcess/qt/PluginControllerProxyQt.cpp 2011-06-01 08:02:19 UTC (rev 87782)
+++ trunk/Source/WebKit2/PluginProcess/qt/PluginControllerProxyQt.cpp 2011-06-01 08:04:58 UTC (rev 87783)
@@ -45,7 +45,7 @@
notImplemented();
}
-void PluginControllerProxy::platformGeometryDidChange(const IntRect& frameRect, const IntRect&)
+void PluginControllerProxy::platformGeometryDidChange()
{
notImplemented();
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes