1. 05 Mar, 2015 2 commits
    • aconverse's avatar
      Use tiles when encoding with VP9. · e67fefbf
      aconverse authored
      VP9's tile encoding feature allows for multithreaded parallelism on both the
      encoder and decoder side.
      
      TEST=Run remoting_perftests under VTune and see that two logical CPUs are used
      BUG=134202
      
      Review URL: https://codereview.chromium.org/977663004
      
      Cr-Commit-Position: refs/heads/master@{#319167}
      e67fefbf
    • oshima's avatar
      Cleanup unnecessary code in canvas_skia · 7410ba78
      oshima authored
      * Removed AdjustStringDirection()
      * Removed FORCE_XXXX_DIRECTIONALITY and replace with TEXT_ALIGN_TO_HEAD. This is necessary not to use Canvas::DefaultCanvasTextAlignment for labels.
      * Also removed the safe guard in SizeStringFloat because RenderTextWin has been removed.
      
      BUG=None
      TEST=No functional change. Removed LabelTest, DirectionalityFromText that no longer makes sense.
      R=msw@chromium.org
      
      Review URL: https://codereview.chromium.org/953093003
      
      Cr-Commit-Position: refs/heads/master@{#319166}
      7410ba78
  2. 04 Mar, 2015 38 commits