⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 98384 in webkit


Ignore:
Timestamp:
Oct 25, 2011, 1:30:24 PM (15 years ago)
Author:
commit-queue@webkit.org
Message:

[chromium] WebGraphicsContext3D setVisibilityCHROMIUM extension changed to pure virtual.
https://bugs.webkit.org/show_bug.cgi?id=70818

Patch by Michal Mocny <mmocny@google.com> on 2011-10-25
Reviewed by Kenneth Russell.

  • public/WebGraphicsContext3D.h:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r98381 r98384  
     12011-10-25  Michal Mocny  <mmocny@google.com>
     2
     3        [chromium] WebGraphicsContext3D setVisibilityCHROMIUM extension changed to pure virtual.
     4        https://bugs.webkit.org/show_bug.cgi?id=70818
     5
     6        Reviewed by Kenneth Russell.
     7
     8        * public/WebGraphicsContext3D.h:
     9
    1102011-10-25  Dave Michael  <dmichael@chromium.org>
    211
  • trunk/Source/WebKit/chromium/public/WebGraphicsContext3D.h

    r98185 r98384  
    142142
    143143    // GL_CHROMIUM_setVisibility - Changes the visibility of the backbuffer
    144     virtual void setVisibilityCHROMIUM(bool visible) { }
     144    virtual void setVisibilityCHROMIUM(bool visible) = 0;
    145145
    146146    // Query whether it is built on top of compliant GLES2 implementation.
Note: See TracChangeset for help on using the changeset viewer.