Bug 149417

Summary: [Win] Use command-line argument to launch in regular or High DPI mode
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Tools / TestsAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

Description Brent Fulgham 2015-09-21 14:35:39 PDT
Let the user enter high DPI at launch time via a command line flag (--highDPI). This makes it easier to switch back and forth for testing.
Comment 1 Brent Fulgham 2015-09-21 14:56:29 PDT
Cairo properly supports High DPI, so ignore the option on that platform.
Comment 2 Brent Fulgham 2015-09-21 14:56:50 PDT
Created attachment 261687 [details]
Patch
Comment 3 Brent Fulgham 2015-09-21 15:02:53 PDT
Committed r190082: <http://trac.webkit.org/changeset/190082>