1. 30 Aug, 2014 4 commits
    • danakj's avatar
      Make the number of raster threads appear in chrome://gpu. · 8a91b03e
      danakj authored
      This add methods to compositor_util.cc to compute the number of
      raster threads to be used in the renderer process. Then this number
      is passed to the renderer process explicitly instead of just forwarding
      a command line flag blindly.
      
      If the renderer will use more than one thread, chrome://gpu will report
      that "Multiple Raster Threads" is enabled, otherwise it shows disabled.
      If the --num-raster-threads command line argument is used to force more
      than one thread, then it will show Force enabled.
      
      There is no change in behaviour with this patch, it still uses one thread
      unless forced otherwise on the command line.
      
      BUG=237669
      
      Review URL: https://codereview.chromium.org/519923002
      
      Cr-Commit-Position: refs/heads/master@{#292726}
      8a91b03e
    • sbc's avatar
      [NaCl SDK] nacl_io: fix bionic build · 08906d2c
      sbc authored
      getnameinfo has a slightly different signature on bionic.
      
      TEST=./build_tools/build_sdk.py --bionic
      
      Review URL: https://codereview.chromium.org/523043004
      
      Cr-Commit-Position: refs/heads/master@{#292725}
      08906d2c
    • estade's avatar
      Remove dead code in Autofill. · 8ac2ad29
      estade authored
      This line can't be reached because it's already guarded by a check to IsAutofillable().
      
      Also, change a method signature to take a const ref.
      
      BUG=none
      
      Review URL: https://codereview.chromium.org/512993002
      
      Cr-Commit-Position: refs/heads/master@{#292724}
      8ac2ad29
    • hush's avatar
      Remove resourceless_software_draw() and related unit tests. · 367d7dd6
      hush authored
      WebView passes the correct viewport and transform for tile
      priority in both hardware and resourceless software draws. As
      a result, PictureLayerImpl does not need to treat
      resourceless software draws differently.
      
      BUG=398587
      
      Review URL: https://codereview.chromium.org/517893002
      
      Cr-Commit-Position: refs/heads/master@{#292723}
      367d7dd6
  2. 29 Aug, 2014 36 commits