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

Unified Diff: Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHost.h

Issue 8479052: Merge 98185 - [chromium] Make setVisibility extension- and thread-correct (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 years, 1 month 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: 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;
};

Powered by Google App Engine
This is Rietveld 408576698