Index: android_webview/browser/aw_gl_surface.h |
diff --git a/android_webview/browser/aw_gl_surface.h b/android_webview/browser/aw_gl_surface.h |
index 99b8a1dd36de51ccd50b8112db44dd5b49030c6d..d9b7c1a48af3a78abf8aa08ef6edc3ec378f9751 100644 |
--- a/android_webview/browser/aw_gl_surface.h |
+++ b/android_webview/browser/aw_gl_surface.h |
@@ -23,6 +23,7 @@ class GL_EXPORT AwGLSurface : public gfx::GLSurface { |
virtual bool SwapBuffers() OVERRIDE; |
virtual gfx::Size GetSize() OVERRIDE; |
virtual void* GetHandle() OVERRIDE; |
+ virtual bool RepresentsNonOwnedSurface() OVERRIDE; |
virtual void* GetDisplay() OVERRIDE; |
void SetBackingFrameBufferObject(unsigned int fbo); |