Bug 130178

Summary: Remove unused code related to CSS resize property from ElementRareData.h, Element.cpp and Element.h
Product: WebKit Reporter: gur.trio
Component: New BugsAssignee: gur.trio
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, esprehn+autocc, kangil.han, rbuis, webkit-ews
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: Unspecified   
Bug Depends on: 72948    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description gur.trio 2014-03-12 22:11:06 PDT
This code was used to compute the resize values for content having CSS resize property. The code was used in RenderLayer::resize function which has been modified to fix bug 72948 so this code is no longer required.
Comment 1 gur.trio 2014-03-13 00:09:25 PDT
Created attachment 226579 [details]
Patch
Comment 2 Rob Buis 2023-02-02 08:19:02 PST
This code is removed these days.