Title: [147823] trunk/Source/WebKit2
- Revision
- 147823
- Author
- commit-qu...@webkit.org
- Date
- 2013-04-05 17:49:26 -0700 (Fri, 05 Apr 2013)
Log Message
[WK2] --no-tiled-backing-store build fails because FloatPoint is not declared
https://bugs.webkit.org/show_bug.cgi?id=113618
Patch by Ed Bartosh <bart...@gmail.com> on 2013-04-05
Reviewed by Simon Fraser.
* WebProcess/Plugins/Plugin.h: Forward declared FloatPoint
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (147822 => 147823)
--- trunk/Source/WebKit2/ChangeLog 2013-04-06 00:42:49 UTC (rev 147822)
+++ trunk/Source/WebKit2/ChangeLog 2013-04-06 00:49:26 UTC (rev 147823)
@@ -1,3 +1,12 @@
+2013-04-05 Ed Bartosh <bart...@gmail.com>
+
+ [WK2] --no-tiled-backing-store build fails because FloatPoint is not declared
+ https://bugs.webkit.org/show_bug.cgi?id=113618
+
+ Reviewed by Simon Fraser.
+
+ * WebProcess/Plugins/Plugin.h: Forward declared FloatPoint
+
2013-04-05 Geoffrey Garen <gga...@apple.com>
Made USE(JSC) unconditional
Modified: trunk/Source/WebKit2/WebProcess/Plugins/Plugin.h (147822 => 147823)
--- trunk/Source/WebKit2/WebProcess/Plugins/Plugin.h 2013-04-06 00:42:49 UTC (rev 147822)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Plugin.h 2013-04-06 00:49:26 UTC (rev 147823)
@@ -54,6 +54,7 @@
class IntPoint;
class IntRect;
class IntSize;
+ class FloatPoint;
class Scrollbar;
class SharedBuffer;
}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes