Title: [135791] trunk/Source/WebKit2
Revision
135791
Author
commit-qu...@webkit.org
Date
2012-11-26 17:35:08 -0800 (Mon, 26 Nov 2012)

Log Message

[EFL] Unreviewed build fix after r135767 without Tiled Backing Store
https://bugs.webkit.org/show_bug.cgi?id=103320

Unreviewed build fix.

Patch by Ryuan Choi <ryuan.c...@gmail.com> on 2012-11-26

* WebProcess/Plugins/Plugin.cpp:
* WebProcess/Plugins/Plugin.h:
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (135790 => 135791)


--- trunk/Source/WebKit2/ChangeLog	2012-11-27 01:09:31 UTC (rev 135790)
+++ trunk/Source/WebKit2/ChangeLog	2012-11-27 01:35:08 UTC (rev 135791)
@@ -1,3 +1,14 @@
+2012-11-26  Ryuan Choi  <ryuan.c...@gmail.com>
+
+        [EFL] Unreviewed build fix after r135767 without Tiled Backing Store
+        https://bugs.webkit.org/show_bug.cgi?id=103320
+
+        Unreviewed build fix.
+
+        * WebProcess/Plugins/Plugin.cpp:
+        * WebProcess/Plugins/Plugin.h:
+        (WebCore):
+
 2012-11-26  James Simonsen  <simon...@chromium.org>
 
         Consolidate FrameLoader::load() into one function taking a FrameLoadRequest

Modified: trunk/Source/WebKit2/WebProcess/Plugins/Plugin.cpp (135790 => 135791)


--- trunk/Source/WebKit2/WebProcess/Plugins/Plugin.cpp	2012-11-27 01:09:31 UTC (rev 135790)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Plugin.cpp	2012-11-27 01:35:08 UTC (rev 135791)
@@ -27,6 +27,7 @@
 #include "Plugin.h"
 
 #include "WebCoreArgumentCoders.h"
+#include <WebCore/IntPoint.h>
 
 using namespace WebCore;
 

Modified: trunk/Source/WebKit2/WebProcess/Plugins/Plugin.h (135790 => 135791)


--- trunk/Source/WebKit2/WebProcess/Plugins/Plugin.h	2012-11-27 01:09:31 UTC (rev 135790)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Plugin.h	2012-11-27 01:35:08 UTC (rev 135791)
@@ -50,6 +50,7 @@
 namespace WebCore {
     class AffineTransform;
     class GraphicsContext;
+    class IntPoint;
     class IntRect;
     class IntSize;
     class Scrollbar;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to