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

Unified Diff: cc/CCLayerTreeHost.h

Issue 10915298: Add CCDelegatingRenderer, and corresponding IPCs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: correct base Created 8 years, 3 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
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;

Powered by Google App Engine
This is Rietveld 408576698