Title: [232251] trunk/Source/WebCore
Revision
232251
Author
[email protected]
Date
2018-05-28 19:40:43 -0700 (Mon, 28 May 2018)

Log Message

Unreviewed build fix.

* layout/displaytree/DisplayBox.h:
(WebCore::Display::Box::Rect::operator LayoutRect const):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (232250 => 232251)


--- trunk/Source/WebCore/ChangeLog	2018-05-28 20:39:14 UTC (rev 232250)
+++ trunk/Source/WebCore/ChangeLog	2018-05-29 02:40:43 UTC (rev 232251)
@@ -1,5 +1,12 @@
 2018-05-28  Zalan Bujtas  <[email protected]>
 
+        Unreviewed build fix.
+
+        * layout/displaytree/DisplayBox.h:
+        (WebCore::Display::Box::Rect::operator LayoutRect const):
+
+2018-05-28  Zalan Bujtas  <[email protected]>
+
         [LFC] Add Rect interface to Display::Box
         https://bugs.webkit.org/show_bug.cgi?id=186019
 

Modified: trunk/Source/WebCore/layout/displaytree/DisplayBox.h (232250 => 232251)


--- trunk/Source/WebCore/layout/displaytree/DisplayBox.h	2018-05-28 20:39:14 UTC (rev 232250)
+++ trunk/Source/WebCore/layout/displaytree/DisplayBox.h	2018-05-29 02:40:43 UTC (rev 232251)
@@ -82,6 +82,8 @@
 
         void expand(LayoutUnit, LayoutUnit);
 
+        operator LayoutRect() const { return m_rect; }
+
     private:
 #if !ASSERT_DISABLED
         void invalidateTop() { m_hasValidTop = false; }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to