Bug 115121 - Clean up unused code in ViewportArguments.h
Summary: Clean up unused code in ViewportArguments.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jacky Jiang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-24 12:12 PDT by Jacky Jiang
Modified: 2013-04-24 13:11 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.38 KB, patch)
2013-04-24 12:43 PDT, Jacky Jiang
benjamin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jacky Jiang 2013-04-24 12:12:06 PDT
Target-densityDPi viewport property emulation implementation for android has been removed by bug114136; however, there are still some remaining unused code in ViewportArguments.h below which should be cleaned up as well:
ValueDeviceDPI = -6,
ValueLowDPI = -7,
ValueMediumDPI = -8,
ValueHighDPI = -9
Comment 1 Jacky Jiang 2013-04-24 12:43:47 PDT
Created attachment 199510 [details]
Patch
Comment 2 Jacky Jiang 2013-04-24 13:11:12 PDT
Committed r149062: <http://trac.webkit.org/changeset/149062>