commit | 1868a34aff73dfc18ab49175d584d93a9ecaa95d | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Nov 07 15:56:02 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Nov 07 15:56:02 2012 |
tree | 818a0ce00081d92b9490ffaa01499d9d2857880c | |
parent | e2c92673bf37551fca41b87945cc819c1ba918e5 [diff] [blame] |
Virtual GL BUG=155557 Review URL: https://chromiumcodereview.appspot.com/11275120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166442 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ui/gl/gl_glx_api_implementation.cc b/ui/gl/gl_glx_api_implementation.cc index 9897119..8989756 100644 --- a/ui/gl/gl_glx_api_implementation.cc +++ b/ui/gl/gl_glx_api_implementation.cc
@@ -43,6 +43,9 @@ RealGLXApi::RealGLXApi() { } +RealGLXApi::~RealGLXApi() { +} + void RealGLXApi::Initialize(DriverGLX* driver) { driver_ = driver; }