diff options
Diffstat (limited to 'Source/WebKit/chromium/src/WebPluginContainerImpl.h')
-rw-r--r-- | Source/WebKit/chromium/src/WebPluginContainerImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit/chromium/src/WebPluginContainerImpl.h b/Source/WebKit/chromium/src/WebPluginContainerImpl.h index 074a0ccdc..998be6e41 100644 --- a/Source/WebKit/chromium/src/WebPluginContainerImpl.h +++ b/Source/WebKit/chromium/src/WebPluginContainerImpl.h @@ -186,10 +186,10 @@ private: // A composited plugin will either have no composited layer, a texture layer, or an IOSurface layer. // It will never have both a texture and IOSurface output. unsigned m_textureId; - WebExternalTextureLayer m_textureLayer; + OwnPtr<WebExternalTextureLayer> m_textureLayer; unsigned m_ioSurfaceId; - WebIOSurfaceLayer m_ioSurfaceLayer; + OwnPtr<WebIOSurfaceLayer> m_ioSurfaceLayer; #endif // The associated scrollbar group object, created lazily. Used for Pepper |