| Index: Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHost.h
|
| ===================================================================
|
| --- Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHost.h (revision 99500)
|
| +++ Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHost.h (working copy)
|
| @@ -82,11 +82,13 @@
|
| : bestTextureFormat(0)
|
| , usingMapSub(false)
|
| , usingAcceleratedPainting(false)
|
| + , usingSetVisibility(false)
|
| , maxTextureSize(0) { }
|
|
|
| GC3Denum bestTextureFormat;
|
| bool usingMapSub;
|
| bool usingAcceleratedPainting;
|
| + bool usingSetVisibility;
|
| int maxTextureSize;
|
| };
|
|
|
|
|