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

Unified Diff: android_webview/browser/aw_gl_surface.h

Issue 320283002: Fix crash when using surfaceless EGL on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix Mac build issue Created 6 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
« no previous file with comments | « no previous file | android_webview/browser/aw_gl_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | android_webview/browser/aw_gl_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698