| Index: Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.h
|
| ===================================================================
|
| --- Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.h (revision 89959)
|
| +++ Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.h (working copy)
|
| @@ -49,7 +49,7 @@
|
|
|
| virtual ~WebGLLayerChromium();
|
|
|
| - virtual bool drawsContent() const { return m_context; }
|
| + virtual bool drawsContent() const;
|
| virtual void updateCompositorResources();
|
| void setTextureUpdated();
|
|
|
|
|