| Index: third_party/WebCore/testing/FastMallocStatistics.idl
|
| diff --git a/third_party/WebCore/html/canvas/OESTextureFloat.idl b/third_party/WebCore/testing/FastMallocStatistics.idl
|
| similarity index 83%
|
| copy from third_party/WebCore/html/canvas/OESTextureFloat.idl
|
| copy to third_party/WebCore/testing/FastMallocStatistics.idl
|
| index 6537f470761bf7c48a8044b3e7c85d1515641ea3..8b60ac3d52e050823751e90de8d4722f3b166f8d 100644
|
| --- a/third_party/WebCore/html/canvas/OESTextureFloat.idl
|
| +++ b/third_party/WebCore/testing/FastMallocStatistics.idl
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2010 Google Inc. All rights reserved.
|
| + * Copyright (C) 2012 SoftAtHome. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -23,11 +23,12 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -module html {
|
| +module window {
|
| interface [
|
| - Conditional=WEBGL,
|
| - JSGenerateIsReachable=ImplContext,
|
| OmitConstructor
|
| - ] OESTextureFloat {
|
| + ] FastMallocStatistics {
|
| + readonly attribute unsigned long reservedVMBytes;
|
| + readonly attribute unsigned long committedVMBytes;
|
| + readonly attribute unsigned long freeListBytes;
|
| };
|
| }
|
|
|