Title: [97996] trunk/Tools
Revision
97996
Author
lean...@webkit.org
Date
2011-10-20 10:23:05 -0700 (Thu, 20 Oct 2011)

Log Message

[EFL] Unreviewed DumpRenderTree build fix.

* DumpRenderTree/efl/LayoutTestControllerEfl.cpp:
(LayoutTestController::addChromeInputField): Add stub.
(LayoutTestController::removeChromeInputField): Ditto.
(LayoutTestController::focusWebView): Ditto.
(LayoutTestController::setBackingScaleFactor): Ditto.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (97995 => 97996)


--- trunk/Tools/ChangeLog	2011-10-20 17:19:02 UTC (rev 97995)
+++ trunk/Tools/ChangeLog	2011-10-20 17:23:05 UTC (rev 97996)
@@ -1,5 +1,15 @@
 2011-10-20  Leandro Pereira  <lean...@profusion.mobi>
 
+        [EFL] Unreviewed DumpRenderTree build fix.
+
+        * DumpRenderTree/efl/LayoutTestControllerEfl.cpp:
+        (LayoutTestController::addChromeInputField): Add stub.
+        (LayoutTestController::removeChromeInputField): Ditto.
+        (LayoutTestController::focusWebView): Ditto.
+        (LayoutTestController::setBackingScaleFactor): Ditto.
+
+2011-10-20  Leandro Pereira  <lean...@profusion.mobi>
+
         [EFL] Plug ImageDiff/DumpRenderTree on CMake build system
         https://bugs.webkit.org/show_bug.cgi?id=70142
 

Modified: trunk/Tools/DumpRenderTree/efl/LayoutTestControllerEfl.cpp (97995 => 97996)


--- trunk/Tools/DumpRenderTree/efl/LayoutTestControllerEfl.cpp	2011-10-20 17:19:02 UTC (rev 97995)
+++ trunk/Tools/DumpRenderTree/efl/LayoutTestControllerEfl.cpp	2011-10-20 17:23:05 UTC (rev 97996)
@@ -760,3 +760,23 @@
 {
     notImplemented();
 }
+
+void LayoutTestController::addChromeInputField()
+{
+    notImplemented();
+}
+
+void LayoutTestController::removeChromeInputField()
+{
+    notImplemented();
+}
+
+void LayoutTestController::focusWebView()
+{
+    notImplemented();
+}
+
+void LayoutTestController::setBackingScaleFactor(double)
+{
+    notImplemented();
+}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to