summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_implementation_mac.cc
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-25 11:21:15 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-25 11:21:15 +0000
commitb9e5528626e8e942c994cfce5ce7f94a894b5151 (patch)
treed0cdf1e69e9f548b4ccd6165d191f1d295eb6039 /ui/gl/gl_implementation_mac.cc
parent3390faaa8412d9f1382c2d06f9e332a674cf908c (diff)
downloadchromium_src-b9e5528626e8e942c994cfce5ce7f94a894b5151.zip
chromium_src-b9e5528626e8e942c994cfce5ce7f94a894b5151.tar.gz
chromium_src-b9e5528626e8e942c994cfce5ce7f94a894b5151.tar.bz2
Make GL calls go through subclassable class.
This is a step to virtualizing GL BUG=155557 Review URL: https://chromiumcodereview.appspot.com/11266023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164047 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gl/gl_implementation_mac.cc')
-rw-r--r--ui/gl/gl_implementation_mac.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gl/gl_implementation_mac.cc b/ui/gl/gl_implementation_mac.cc
index 500999a..d22082e 100644
--- a/ui/gl/gl_implementation_mac.cc
+++ b/ui/gl/gl_implementation_mac.cc
@@ -10,7 +10,9 @@
#include "base/path_service.h"
#include "base/threading/thread_restrictions.h"
#include "ui/gl/gl_bindings.h"
+#include "ui/gl/gl_gl_api_implementation.h"
#include "ui/gl/gl_implementation.h"
+#include "ui/gl/gl_osmesa_api_implementation.h"
namespace gfx {
namespace {