~ubuntu-branches/ubuntu/lucid/webkit/lucid-updates

« back to all changes in this revision

Viewing changes to WebCore/html/canvas/WebGLFloatArray.idl

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2010-02-04 19:30:57 UTC
  • mfrom: (1.2.8 upstream) (4.3.9 sid)
  • Revision ID: james.westby@ubuntu.com-20100204193057-d3018lm1fipb0703
* New upstream release
* debian/copyright:
- Updated with changes since 1.1.19.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        HasNumericIndexGetter,
31
31
        HasCustomIndexSetter,
32
32
        GenerateNativeConverter,
33
 
        OmitConstructor,
 
33
        CustomConstructor,
34
34
        CustomToJS
35
35
    ] WebGLFloatArray : WebGLArray {
36
36
        float get(in unsigned long index);