Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1399)

Unified Diff: cc/CCLayerTreeHost.h

Issue 10915298: Add CCDelegatingRenderer, and corresponding IPCs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/CCHeadsUpDisplayLayerImpl.cpp ('k') | cc/CCLayerTreeHost.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « cc/CCHeadsUpDisplayLayerImpl.cpp ('k') | cc/CCLayerTreeHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698