Title: [115766] branches/subpixellayout/Source/WebCore
Revision
115766
Author
[email protected]
Date
2012-05-01 17:21:06 -0700 (Tue, 01 May 2012)

Log Message

Fix mac build on branch.

Modified Paths


Diff

Modified: branches/subpixellayout/Source/WebCore/WebCore.exp.in (115765 => 115766)


--- branches/subpixellayout/Source/WebCore/WebCore.exp.in	2012-05-02 00:17:06 UTC (rev 115765)
+++ branches/subpixellayout/Source/WebCore/WebCore.exp.in	2012-05-02 00:21:06 UTC (rev 115766)
@@ -238,6 +238,7 @@
 __ZN7WebCore12EventHandler15handleAccessKeyERKNS_21PlatformKeyboardEventE
 __ZN7WebCore12EventHandler16handleWheelEventERKNS_18PlatformWheelEventE
 __ZN7WebCore12EventHandler17scrollRecursivelyENS_15ScrollDirectionENS_17ScrollGranularityEPNS_4NodeE
+__ZN7WebCore12EventHandler20hitTestResultAtPointERKNS_21FractionalLayoutPointEbbNS_17HitTestScrollbarsEjRKNS_20FractionalLayoutSizeE
 __ZN7WebCore12EventHandler21handleMousePressEventERKNS_18PlatformMouseEventE
 __ZN7WebCore12EventHandler23handleMouseReleaseEventERKNS_18PlatformMouseEventE
 __ZN7WebCore12EventHandler24logicalScrollRecursivelyENS_22ScrollLogicalDirectionENS_17ScrollGranularityEPNS_4NodeE
@@ -267,6 +268,7 @@
 __ZN7WebCore12PrintContext9spoolRectERNS_15GraphicsContextERKNS_7IntRectE
 __ZN7WebCore12PrintContextC1EPNS_5FrameE
 __ZN7WebCore12PrintContextD1Ev
+__ZN7WebCore12RenderObject16repaintRectangleERKNS_20FractionalLayoutRectEb
 __ZN7WebCore12RenderObject19scrollRectToVisibleERKNS_20FractionalLayoutRectERKNS_15ScrollAlignmentES6_
 __ZN7WebCore12RenderWidget28resumeWidgetHierarchyUpdatesEv
 __ZN7WebCore12RenderWidget29suspendWidgetHierarchyUpdatesEv

Modified: branches/subpixellayout/Source/WebCore/page/EventHandler.cpp (115765 => 115766)


--- branches/subpixellayout/Source/WebCore/page/EventHandler.cpp	2012-05-02 00:17:06 UTC (rev 115765)
+++ branches/subpixellayout/Source/WebCore/page/EventHandler.cpp	2012-05-02 00:21:06 UTC (rev 115766)
@@ -1034,7 +1034,8 @@
     return page->dragController()->delegateDragSourceAction(view->contentsToRootView(m_mouseDownPos));
 }
 #endif // ENABLE(DRAG_SUPPORT)
-    
+
+
 HitTestResult EventHandler::hitTestResultAtPoint(const LayoutPoint& point, bool allowShadowContent, bool ignoreClipping, HitTestScrollbars testScrollbars, HitTestRequest::HitTestRequestType hitType, const LayoutSize& padding)
 {
     enum ShadowContentFilterPolicy shadowContentFilterPolicy = allowShadowContent ? AllowShadowContent : DoNotAllowShadowContent;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to