Title: [150437] trunk/Source/WebCore
Revision
150437
Author
[email protected]
Date
2013-05-21 05:50:46 -0700 (Tue, 21 May 2013)

Log Message

Add FloatRect::normalized() for BlackBerry
https://bugs.webkit.org/show_bug.cgi?id=116531

Patch by Alberto Garcia <[email protected]> on 2013-05-21
Reviewed by Carlos Garcia Campos.

This was added to FloatRectBlackBerry.cpp in r111072 when the
graphics platform code was upstreamed, but this change was
missing.

* platform/graphics/FloatRect.h:
(FloatRect):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (150436 => 150437)


--- trunk/Source/WebCore/ChangeLog	2013-05-21 12:21:33 UTC (rev 150436)
+++ trunk/Source/WebCore/ChangeLog	2013-05-21 12:50:46 UTC (rev 150437)
@@ -1,3 +1,17 @@
+2013-05-21  Alberto Garcia  <[email protected]>
+
+        Add FloatRect::normalized() for BlackBerry
+        https://bugs.webkit.org/show_bug.cgi?id=116531
+
+        Reviewed by Carlos Garcia Campos.
+
+        This was added to FloatRectBlackBerry.cpp in r111072 when the
+        graphics platform code was upstreamed, but this change was
+        missing.
+
+        * platform/graphics/FloatRect.h:
+        (FloatRect):
+
 2013-05-21  Balazs Kelemen  <[email protected]>
 
         [GStreamer] cleanup duration query

Modified: trunk/Source/WebCore/platform/graphics/FloatRect.h (150436 => 150437)


--- trunk/Source/WebCore/platform/graphics/FloatRect.h	2013-05-21 12:21:33 UTC (rev 150436)
+++ trunk/Source/WebCore/platform/graphics/FloatRect.h	2013-05-21 12:50:46 UTC (rev 150437)
@@ -181,6 +181,7 @@
 #if PLATFORM(BLACKBERRY)
     FloatRect(const BlackBerry::Platform::FloatRect&);
     operator BlackBerry::Platform::FloatRect() const;
+    FloatRect normalized() const;
 #endif
 
 #if USE(CG)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to