| Index: third_party/WebCore/html/canvas/WebGLDepthTexture.idl
|
| diff --git a/third_party/WebCore/html/canvas/OESTextureFloat.idl b/third_party/WebCore/html/canvas/WebGLDepthTexture.idl
|
| similarity index 94%
|
| copy from third_party/WebCore/html/canvas/OESTextureFloat.idl
|
| copy to third_party/WebCore/html/canvas/WebGLDepthTexture.idl
|
| index 6537f470761bf7c48a8044b3e7c85d1515641ea3..507450d18bbb19f5b348badabbc2bd767c96f6c8 100644
|
| --- a/third_party/WebCore/html/canvas/OESTextureFloat.idl
|
| +++ b/third_party/WebCore/html/canvas/WebGLDepthTexture.idl
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2010 Google Inc. All rights reserved.
|
| + * Copyright (C) 2012 Google Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -28,6 +28,6 @@ module html {
|
| Conditional=WEBGL,
|
| JSGenerateIsReachable=ImplContext,
|
| OmitConstructor
|
| - ] OESTextureFloat {
|
| + ] WebGLDepthTexture {
|
| };
|
| }
|
|
|