Fix merge error in TextAutosizer.cpp.
authorJaehun Lim <ljaehun.lim@samsung.com>
Tue, 23 Apr 2013 05:51:16 +0000 (14:51 +0900)
committerJaehun Lim <ljaehun.lim@samsung.com>
Tue, 23 Apr 2013 05:51:16 +0000 (14:51 +0900)
[Title] Fix merge error in TextAutosizer.cpp.
[Issue#] N/A
[Problem] Merge conflic messaes exist.
[Cause]
[Solution] Remove conflic message.

Change-Id: Idc926f65363dac863bb66f365665b5ae5c093926

Source/WebCore/rendering/TextAutosizer.cpp

index 60f4060..13eee4c 100644 (file)
@@ -115,13 +115,7 @@ bool TextAutosizer::processSubtree(RenderObject* layoutRoot)
     windowInfo.windowSize = m_document->settings()->textAutosizingWindowSizeOverride();
     if (windowInfo.windowSize.isEmpty()) {
         bool includeScrollbars = !InspectorInstrumentation::shouldApplyScreenWidthOverride(mainFrame);
-<<<<<<< HEAD
-        windowInfo.windowSize = mainFrame->view()->visibleContentRect(includeScrollbars).size();
-        if (!m_document->settings()->applyPageScaleFactorInCompositor())
-            windowInfo.windowSize.scale(1 / m_document->page()->deviceScaleFactor());
-=======
         windowInfo.windowSize = mainFrame->view()->unscaledVisibleContentSize(includeScrollbars ? ScrollableArea::IncludeScrollbars : ScrollableArea::ExcludeScrollbars);
->>>>>>> 91ba1f4... [chromium] Simplify computation of screenRect/windowRect.
     }
 
     // Largest area of block that can be visible at once (assuming the main