diff options
author | peria@chromium.org <peria@chromium.org> | 2015-08-11 05:16:19 +0000 |
---|---|---|
committer | peria@chromium.org <peria@chromium.org> | 2015-08-11 05:16:19 +0000 |
commit | 4f3da09b6171721f9986d6a0d97ec211d320083a (patch) | |
tree | b0628680766e8114d9afdb200989c92975613b7a /third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.idl | |
parent | a4bd8b91de6cbd47ba34b749f80ccb4e152222a5 (diff) | |
download | chromium_src-4f3da09b6171721f9986d6a0d97ec211d320083a.zip chromium_src-4f3da09b6171721f9986d6a0d97ec211d320083a.tar.gz chromium_src-4f3da09b6171721f9986d6a0d97ec211d320083a.tar.bz2 |
[Oilpan] Migrate classes under module/webgl onto oilpan heap
Following document reports the effect of this CL on performance and memory usages.
https://docs.google.com/document/d/1QUDGL5a2wBZVyUrzlGjzKFe1sQgOOvm6gNhB1B7VRoE/edit?usp=sharing
BUG=497662
Review URL: https://codereview.chromium.org/1234883002
git-svn-id: svn://svn.chromium.org/blink/trunk@200298 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.idl')
-rw-r--r-- | third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.idl b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.idl index 731bab6..29c09ff 100644 --- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.idl +++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.idl @@ -26,7 +26,7 @@ [ NoInterfaceObject, DoNotCheckConstants, - WillBeGarbageCollected, + GarbageCollected, SetWrapperReferenceFrom=canvas, ] interface WebGLCompressedTexturePVRTC { /* Compressed Texture Formats */ |