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

Unified Diff: ui/gl/gl_egl_api_implementation.cc

Issue 11275120: Virtual GL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
Index: ui/gl/gl_egl_api_implementation.cc
diff --git a/ui/gl/gl_egl_api_implementation.cc b/ui/gl/gl_egl_api_implementation.cc
index aa25ef4c4d391beb79b661e8e5118fcc360c7bc6..26fe6b6ea7f2d5537065079a0e07ff69da94eb16 100644
--- a/ui/gl/gl_egl_api_implementation.cc
+++ b/ui/gl/gl_egl_api_implementation.cc
@@ -43,6 +43,9 @@ EGLApi::~EGLApi() {
RealEGLApi::RealEGLApi() {
}
+RealEGLApi::~RealEGLApi() {
+}
+
void RealEGLApi::Initialize(DriverEGL* driver) {
driver_ = driver;
}

Powered by Google App Engine
This is Rietveld 408576698