Title: [168665] trunk/Source/WebCore
Revision
168665
Author
[email protected]
Date
2014-05-12 17:32:24 -0700 (Mon, 12 May 2014)

Log Message

Build fix fix.

* page/scrolling/ScrollingCoordinator.cpp:
(WebCore::ScrollingCoordinator::contentShadowLayerForFrameView):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (168664 => 168665)


--- trunk/Source/WebCore/ChangeLog	2014-05-13 00:29:30 UTC (rev 168664)
+++ trunk/Source/WebCore/ChangeLog	2014-05-13 00:32:24 UTC (rev 168665)
@@ -1,3 +1,10 @@
+2014-05-12  Simon Fraser  <[email protected]>
+
+        Build fix fix.
+
+        * page/scrolling/ScrollingCoordinator.cpp:
+        (WebCore::ScrollingCoordinator::contentShadowLayerForFrameView):
+
 2014-05-12  Brent Fulgham  <[email protected]>
 
         DataDetectorUI doesn't update with resize

Modified: trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp (168664 => 168665)


--- trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp	2014-05-13 00:29:30 UTC (rev 168664)
+++ trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp	2014-05-13 00:32:24 UTC (rev 168665)
@@ -260,6 +260,8 @@
 #if ENABLE(RUBBER_BANDING)
     if (RenderView* renderView = frameView->frame().contentRenderer())
         return renderView->compositor().layerForContentShadow();
+    
+    return nullptr;
 #else
     UNUSED_PARAM(frameView);
     return nullptr;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to