Index: Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.h |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.h (revision 114977) |
+++ Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.h (working copy) |
@@ -48,6 +48,7 @@ |
virtual void finishAllRendering(); |
virtual bool isStarted() const; |
virtual bool initializeContext(); |
+ virtual void setSurfaceReady() OVERRIDE; |
virtual bool initializeLayerRenderer(); |
virtual bool recreateContext(); |
virtual int compositorIdentifier() const { return m_compositorIdentifier; } |