From: KyungTae Kim Date: Wed, 19 Jun 2013 07:14:27 +0000 (+0900) Subject: Disable TIZEN_POSITIONED_CHILD_RELAYOUT X-Git-Tag: submit/tizen_2.2/20130714.131554~140 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe7ad7339774327f3f483eb91787b9d4fc636839;p=framework%2Fweb%2Fwebkit-efl.git Disable TIZEN_POSITIONED_CHILD_RELAYOUT [Issue] Docomo Shabette Conciere Web App issue [Problem] Side effect occured due to the local patch [Solution] Revert this patch and analyze the side effect more --- diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h index dd07c10..21c5c4b 100755 --- a/Source/WTF/wtf/Platform.h +++ b/Source/WTF/wtf/Platform.h @@ -414,7 +414,7 @@ #define ENABLE_TIZEN_INFLATE_NONE_BLUR_SHADOW_AREA 1 /*KyungTae Kim(ktf.kim@samsung.com) : Enlarge the clipping area 1 pixel so that the fill does not bleed (due to antialiasing) if the context is transformed*/ #define ENABLE_TIZEN_NOT_INITIAIZE_BACKGROUND_SIZE_IN_SHORTHAND_WORKAROUND 1 /*KyungTae Kim(ktf.kim@samsung.com) : Do not initialize background-size when the background shorthand doesn't include it(Bug 97761)*/ #define ENABLE_TIZEN_SET_CARET_HEIGHT_TO_OBJECT_HEIGHT 1 /*KyungTae Kim(ktf.kim@samsung.com) : Set caret height from selection height to object height for fix the case that image and text are in the same line (Bug 116424)*/ -#define ENABLE_TIZEN_POSITIONED_CHILD_RELAYOUT 1 /*KyungTae Kim(ktf.kim@samsung.com) : If posChildNeedsLayout() but !m_positionedObjects, normal layout is needed for updating m_positionedObjects*/ +#define ENABLE_TIZEN_POSITIONED_CHILD_RELAYOUT 0 /*KyungTae Kim(ktf.kim@samsung.com) : If posChildNeedsLayout() but !m_positionedObjects, normal layout is needed for updating m_positionedObjects*/ #if USE(FREETYPE) #define ENABLE_TIZEN_FT_EMBOLDEN_FOR_SYNTHETIC_BOLD 1 /*Younghwan Cho(yhwan.cho@samsung.com) : Use freetype's 'embolden' instead of drawing twice for synthetic bold*/ #endif