Title: [143713] trunk/Source/WebKit2
Revision
143713
Author
mikhail.pozdnya...@intel.com
Date
2013-02-22 04:22:51 -0800 (Fri, 22 Feb 2013)

Log Message

[WK2][EFL] Remove declaration of non-existent functions from EwkView
https://bugs.webkit.org/show_bug.cgi?id=110572

Reviewed by Kenneth Rohde Christiansen.

Removed declarations of non-existent EwkView::paintToCurrentGLContext() and
EwkView::paintToCairoSurface(cairo_surface_t*) that were accidentally
left at r143699.

* UIProcess/API/efl/EwkView.h:
(EwkView):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (143712 => 143713)


--- trunk/Source/WebKit2/ChangeLog	2013-02-22 12:11:09 UTC (rev 143712)
+++ trunk/Source/WebKit2/ChangeLog	2013-02-22 12:22:51 UTC (rev 143713)
@@ -1,5 +1,19 @@
 2013-02-22  Mikhail Pozdnyakov  <mikhail.pozdnya...@intel.com>
 
+        [WK2][EFL] Remove declaration of non-existent functions from EwkView
+        https://bugs.webkit.org/show_bug.cgi?id=110572
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Removed declarations of non-existent EwkView::paintToCurrentGLContext() and
+        EwkView::paintToCairoSurface(cairo_surface_t*) that were accidentally
+        left at r143699.
+
+        * UIProcess/API/efl/EwkView.h:
+        (EwkView):
+
+2013-02-22  Mikhail Pozdnyakov  <mikhail.pozdnya...@intel.com>
+
         [WK2][EFL] Clean up PageViewportControllerClientEfl class
         https://bugs.webkit.org/show_bug.cgi?id=110438
 

Modified: trunk/Source/WebKit2/UIProcess/API/efl/EwkView.h (143712 => 143713)


--- trunk/Source/WebKit2/UIProcess/API/efl/EwkView.h	2013-02-22 12:11:09 UTC (rev 143712)
+++ trunk/Source/WebKit2/UIProcess/API/efl/EwkView.h	2013-02-22 12:22:51 UTC (rev 143713)
@@ -47,7 +47,6 @@
 #include "ewk_touch.h"
 #endif
 
-
 #include "WebContext.h"
 #include "WebPageGroup.h"
 #include "WebPreferences.h"
@@ -137,9 +136,6 @@
 
     WebCore::AffineTransform transformToScreen() const;
 
-    void paintToCurrentGLContext();
-    void paintToCairoSurface(cairo_surface_t*);
-
     const char* url() const { return m_url; }
     Evas_Object* createFavicon() const;
     const char* title() const;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to