Changeset 117312 in webkit


Ignore:
Timestamp:
May 16, 2012 11:31:53 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[Chromium] Use ThrottledTextureUploader with threaded compositing.
https://bugs.webkit.org/show_bug.cgi?id=85848

Patch by David Reveman <reveman@chromium.org> on 2012-05-16
Reviewed by Adrienne Walker.

Switch to ThrottledUploader in CCThreadProxy.

  • platform/graphics/chromium/cc/CCThreadProxy.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r117310 r117312  
     12012-05-16  David Reveman  <reveman@chromium.org>
     2
     3        [Chromium] Use ThrottledTextureUploader with threaded compositing.
     4        https://bugs.webkit.org/show_bug.cgi?id=85848
     5
     6        Reviewed by Adrienne Walker.
     7
     8        Switch to ThrottledUploader in CCThreadProxy.
     9
     10        * platform/graphics/chromium/cc/CCThreadProxy.cpp:
     11
    1122012-05-15  Emil A Eklund  <eae@chromium.org>
    213
  • trunk/Source/WebCore/platform/graphics/chromium/cc/CCThreadProxy.cpp

    r116979 r117312  
    6060namespace {
    6161
    62 // FIXME: Use ThrottledUploader by default.
    63 static TextureUploaderOption textureUploader = UnthrottledUploader;
     62// Type of texture uploader to use for texture updates.
     63static TextureUploaderOption textureUploader = ThrottledUploader;
    6464
    6565} // anonymous namespace
Note: See TracChangeset for help on using the changeset viewer.