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

Unified Diff: Source/WebCore/platform/graphics/chromium/LayerRendererChromium.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/LayerRendererChromium.h
===================================================================
--- Source/WebCore/platform/graphics/chromium/LayerRendererChromium.h (revision 99500)
+++ Source/WebCore/platform/graphics/chromium/LayerRendererChromium.h (working copy)
@@ -144,7 +144,7 @@
bool isContextLost();
- void releaseRenderSurfaceTextures();
+ void setVisible(bool);
GC3Denum bestTextureFormat();
@@ -169,6 +169,8 @@
void setDrawViewportRect(const IntRect&, bool flipY);
+ void releaseRenderSurfaceTextures();
+
bool useRenderSurface(CCRenderSurface*);
bool makeContextCurrent();

Powered by Google App Engine
This is Rietveld 408576698