Title: [115850] branches/subpixellayout/Source/WebKit2/WebProcess/WebPage/WebPage.cpp
- Revision
- 115850
- Author
- [email protected]
- Date
- 2012-05-02 10:49:15 -0700 (Wed, 02 May 2012)
Log Message
qt wk2 build fix on branch.
Modified Paths
Diff
Modified: branches/subpixellayout/Source/WebKit2/WebProcess/WebPage/WebPage.cpp (115849 => 115850)
--- branches/subpixellayout/Source/WebKit2/WebProcess/WebPage/WebPage.cpp 2012-05-02 17:48:07 UTC (rev 115849)
+++ branches/subpixellayout/Source/WebKit2/WebProcess/WebPage/WebPage.cpp 2012-05-02 17:49:15 UTC (rev 115850)
@@ -451,7 +451,7 @@
}
if (selectionRoot)
- result.editorRect = frame->view()->contentsToWindow(selectionRoot->getRect());
+ result.editorRect = frame->view()->contentsToWindow(selectionRoot->getPixelSnappedRect());
RefPtr<Range> range;
if (result.hasComposition && (range = frame->editor()->compositionRange())) {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes