Free the dibsection (HBITMAP) in PlatformBitmap's destructor, so we don't leak!

This adds an extra slot to PlatformBitmap, which is implemented for all platforms. To
do this simply, an intptr_t field is added (platform_extra_) which is initialized to 0.
At the moment, only the windows port uses this, but there is no cost to the other ports.

BUG=158931
Review URL: https://codereview.chromium.org/11293036

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165424 0039d316-1c4b-4281-b951-d872f2087c98
3 files changed