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

Unified Diff: Source/WebCore/platform/graphics/chromium/LayerRendererChromium.h

Issue 7274032: Merge 89635 - 2011-06-23 John Bates <jbates@google.com> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 6 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: Source/WebCore/platform/graphics/chromium/LayerRendererChromium.h
===================================================================
--- Source/WebCore/platform/graphics/chromium/LayerRendererChromium.h (revision 89959)
+++ Source/WebCore/platform/graphics/chromium/LayerRendererChromium.h (working copy)
@@ -148,6 +148,9 @@
void addChildContext(GraphicsContext3D*);
void removeChildContext(GraphicsContext3D*);
+ // Return true if the compositor context has an error.
+ bool isCompositorContextLost();
+
#ifndef NDEBUG
static bool s_inPaintLayerContents;
#endif
@@ -238,11 +241,6 @@
#endif
ChildContextMap m_childContexts;
- // If true, the child contexts were copied to the compositor texture targets
- // and the compositor will need to wait on the proper latches before using
- // the target textures. If false, the compositor is reusing the textures
- // from last frame.
- bool m_childContextsWereCopied;
bool m_contextSupportsLatch;
bool m_contextSupportsMapSub;

Powered by Google App Engine
This is Rietveld 408576698