Index: cc/CCLayerTreeHost.h |
diff --git a/cc/CCLayerTreeHost.h b/cc/CCLayerTreeHost.h |
index 950a086aefe8f7c6f30170d3155bc7024071523f..47ffc4ee81c1d06988ad0a250ddfb7491ffa8363 100644 |
--- a/cc/CCLayerTreeHost.h |
+++ b/cc/CCLayerTreeHost.h |
@@ -67,7 +67,6 @@ struct RendererCapabilities { |
~RendererCapabilities(); |
GC3Denum bestTextureFormat; |
- bool contextHasCachedFrontBuffer; |
bool usingPartialSwap; |
bool usingAcceleratedPainting; |
bool usingSetVisibility; |
@@ -75,6 +74,7 @@ struct RendererCapabilities { |
bool usingGpuMemoryManager; |
bool usingDiscardFramebuffer; |
bool usingEglImage; |
+ bool allowPartialTextureUpdates; |
int maxTextureSize; |
}; |