Changeset 98384 in webkit
- Timestamp:
- Oct 25, 2011, 1:30:24 PM (15 years ago)
- Location:
- trunk/Source/WebKit/chromium
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
public/WebGraphicsContext3D.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/chromium/ChangeLog
r98381 r98384 1 2011-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 1 10 2011-10-25 Dave Michael <dmichael@chromium.org> 2 11 -
trunk/Source/WebKit/chromium/public/WebGraphicsContext3D.h
r98185 r98384 142 142 143 143 // GL_CHROMIUM_setVisibility - Changes the visibility of the backbuffer 144 virtual void setVisibilityCHROMIUM(bool visible) { }144 virtual void setVisibilityCHROMIUM(bool visible) = 0; 145 145 146 146 // Query whether it is built on top of compliant GLES2 implementation.
Note:
See TracChangeset
for help on using the changeset viewer.