Title: [125679] trunk/Source/WebKit/blackberry
- Revision
- 125679
- Author
- [email protected]
- Date
- 2012-08-15 09:06:30 -0700 (Wed, 15 Aug 2012)
Log Message
[BlackBerry] Stop copying ScrollViewBase vector all over
https://bugs.webkit.org/show_bug.cgi?id=94021
Reviewed by Rob Buis.
It outlives long enough in WebKit that we can
just pass a const+ref of it.
Internally reviewed by Gen Mak.
* Api/WebPageClient.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/blackberry/Api/WebPageClient.h (125678 => 125679)
--- trunk/Source/WebKit/blackberry/Api/WebPageClient.h 2012-08-15 16:05:56 UTC (rev 125678)
+++ trunk/Source/WebKit/blackberry/Api/WebPageClient.h 2012-08-15 16:06:30 UTC (rev 125679)
@@ -100,7 +100,7 @@
virtual void notifyRunLayoutTestsFinished() = 0;
- virtual void notifyInRegionScrollingStartingPointChanged(std::vector<Platform::ScrollViewBase*>) = 0;
+ virtual void notifyInRegionScrollingStartingPointChanged(const std::vector<Platform::ScrollViewBase*>&) = 0;
virtual void notifyDocumentOnLoad() = 0;
Modified: trunk/Source/WebKit/blackberry/ChangeLog (125678 => 125679)
--- trunk/Source/WebKit/blackberry/ChangeLog 2012-08-15 16:05:56 UTC (rev 125678)
+++ trunk/Source/WebKit/blackberry/ChangeLog 2012-08-15 16:06:30 UTC (rev 125679)
@@ -1,5 +1,19 @@
2012-08-14 Antonio Gomes <[email protected]>
+ [BlackBerry] Stop copying ScrollViewBase vector all over
+ https://bugs.webkit.org/show_bug.cgi?id=94021
+
+ Reviewed by Rob Buis.
+
+ It outlives long enough in WebKit that we can
+ just pass a const+ref of it.
+
+ Internally reviewed by Gen Mak.
+
+ * Api/WebPageClient.h:
+
+2012-08-14 Antonio Gomes <[email protected]>
+
[BlackBerry] Robust-fy the LayerWebKitThread ownership with InRegionScroller
https://bugs.webkit.org/show_bug.cgi?id=93983
PR #191737
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes