cc: Remove texture scaling and clear edge texels of a layer.

Removes texture scaling and does the following instead:

- Clears one texel inside the right/bottom edge of the content rect,
  as it may only be partially covered by the picture playback.
- Also clears one texel outside the right/bottom edge of the content
  rect, as it may get blended in by linear filtering when zoomed in.

The root layer is cleared to its background color.
Other layers are cleared to transparent.

BUG=178273


Review URL: https://chromiumcodereview.appspot.com/12383060

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