Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1045)

Unified Diff: Source/core/layout/line/InlineBox.h

Issue 1202413003: SP: Optimize calculating cull rects for inline text and ellipsis boxes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/layout/line/InlineBox.cpp » ('j') | Source/core/layout/line/InlineBox.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/line/InlineBox.h
diff --git a/Source/core/layout/line/InlineBox.h b/Source/core/layout/line/InlineBox.h
index db1fecfb863d13b96b2088e99612dd08db267f8d..e04a161528e0e85ee1c2e760c3b52eeca5c2b5ea 100644
--- a/Source/core/layout/line/InlineBox.h
+++ b/Source/core/layout/line/InlineBox.h
@@ -279,7 +279,7 @@ public:
// Converts from a rect in the logical space of the InlineBox to one in the physical space
// of the containing block. The logical space of an InlineBox may be transposed for vertical text and
// flipped for right-to-left text.
- LayoutRect logicalRectToPhysicalRect(const LayoutRect&);
+ void logicalRectToPhysicalRect(LayoutRect&);
void flipForWritingMode(FloatRect&);
FloatPoint flipForWritingMode(const FloatPoint&);
« no previous file with comments | « no previous file | Source/core/layout/line/InlineBox.cpp » ('j') | Source/core/layout/line/InlineBox.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698