| Index: Source/modules/testing/InternalsVibration.idl
|
| diff --git a/Source/core/html/canvas/OESTextureFloat.idl b/Source/modules/testing/InternalsVibration.idl
|
| similarity index 90%
|
| copy from Source/core/html/canvas/OESTextureFloat.idl
|
| copy to Source/modules/testing/InternalsVibration.idl
|
| index f97da858cd117ddc4a82bdb78f0efb45ebb1a615..0037e5ae5ea8a39c9c1f86c9ec0c9ae326b3e62f 100644
|
| --- a/Source/core/html/canvas/OESTextureFloat.idl
|
| +++ b/Source/modules/testing/InternalsVibration.idl
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2010 Google Inc. All rights reserved.
|
| + * Copyright (C) 2013 Samsung Electronics. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -24,6 +24,6 @@
|
| */
|
|
|
| [
|
| - NoInterfaceObject
|
| -] interface OESTextureFloat {
|
| +] partial interface Internals {
|
| + boolean isVibrating(Document document);
|
| };
|
|
|