| Index: cc/CCLayerTreeHost.h
|
| diff --git a/cc/CCLayerTreeHost.h b/cc/CCLayerTreeHost.h
|
| index 6d4c198cd7384becfd111280f3f7d45cfa061de9..86a9dcf5c1d9cc27c5396a98a9ba2c89f8ba1e6c 100644
|
| --- a/cc/CCLayerTreeHost.h
|
| +++ b/cc/CCLayerTreeHost.h
|
| @@ -77,7 +77,6 @@ struct CCLayerTreeSettings {
|
| struct RendererCapabilities {
|
| RendererCapabilities()
|
| : bestTextureFormat(0)
|
| - , contextHasCachedFrontBuffer(false)
|
| , usingPartialSwap(false)
|
| , usingAcceleratedPainting(false)
|
| , usingSetVisibility(false)
|
| @@ -88,7 +87,6 @@ struct RendererCapabilities {
|
| , maxTextureSize(0) { }
|
|
|
| GC3Denum bestTextureFormat;
|
| - bool contextHasCachedFrontBuffer;
|
| bool usingPartialSwap;
|
| bool usingAcceleratedPainting;
|
| bool usingSetVisibility;
|
|
|