X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Frendering%2FRenderTableCol.cpp;h=ea17126a73baff085f968bc15ccbfa1264e6e43f;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=a31276666863c600d283036213af3b8dccf9710b;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/rendering/RenderTableCol.cpp b/src/third_party/WebKit/Source/core/rendering/RenderTableCol.cpp index a312766..ea17126 100644 --- a/src/third_party/WebKit/Source/core/rendering/RenderTableCol.cpp +++ b/src/third_party/WebKit/Source/core/rendering/RenderTableCol.cpp @@ -116,7 +116,7 @@ LayoutRect RenderTableCol::clippedOverflowRectForPaintInvalidation(const RenderL void RenderTableCol::imageChanged(WrappedImagePtr, const IntRect*) { // FIXME: Issue paint invalidation of only the rect the image paints in. - setShouldDoFullPaintInvalidation(true); + setShouldDoFullPaintInvalidation(); } void RenderTableCol::clearPreferredLogicalWidthsDirtyBits()