DescriptionUpdate display_options.js to better match chrome.system.display
This will make the eventual transition to using the
chrome.system.display extension API simpler. It also improves the
closure typechecking of display_options.js.
Specifically, in this CL:
options.DisplayInfo.{x,y,width,height} ->
options.DisplayInfo.bounds.{left,top,width,height}
options.DisplayInfo.colorProfile ->
options.DisplayInfo.colorProfileId
options.DisplayInfo.orientation ->
options.DisplayInfo.rotation
BUG=576375
Committed: https://crrev.com/bf0cd209cddd658ed4c29490dad7fabe0ad53cde
Cr-Commit-Position: refs/heads/master@{#370603}
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : Rebase #
Dependent Patchsets: Messages
Total messages: 13 (7 generated)
|