Title: [164710] trunk/Source/WebKit2
- Revision
- 164710
- Author
- [email protected]
- Date
- 2014-02-26 01:02:20 -0800 (Wed, 26 Feb 2014)
Log Message
Unreviewed. Fix GTK+ build after r164702.
* UIProcess/DrawingAreaProxy.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (164709 => 164710)
--- trunk/Source/WebKit2/ChangeLog 2014-02-26 08:42:31 UTC (rev 164709)
+++ trunk/Source/WebKit2/ChangeLog 2014-02-26 09:02:20 UTC (rev 164710)
@@ -1,3 +1,9 @@
+2014-02-26 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix GTK+ build after r164702.
+
+ * UIProcess/DrawingAreaProxy.cpp:
+
2014-02-26 Martin Robinson <[email protected]>
[GTK] generate-gtkdoc can fail with WebKit1 or WebKit2 only builds
Modified: trunk/Source/WebKit2/UIProcess/DrawingAreaProxy.cpp (164709 => 164710)
--- trunk/Source/WebKit2/UIProcess/DrawingAreaProxy.cpp 2014-02-26 08:42:31 UTC (rev 164709)
+++ trunk/Source/WebKit2/UIProcess/DrawingAreaProxy.cpp 2014-02-26 09:02:20 UTC (rev 164710)
@@ -87,6 +87,7 @@
}
#endif // PLATFORM(MAC)
+#if PLATFORM(COCOA)
void DrawingAreaProxy::setCustomFixedPositionRect(const FloatRect& fixedPositionRect)
{
if (!m_webPageProxy->isValid())
@@ -94,5 +95,6 @@
m_webPageProxy->process().send(Messages::DrawingArea::SetCustomFixedPositionRect(fixedPositionRect), m_webPageProxy->pageID());
}
+#endif
} // namespace WebKit
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes