summaryrefslogtreecommitdiffstats
path: root/content/common/sandbox_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/sandbox_mac.mm')
-rw-r--r--content/common/sandbox_mac.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/sandbox_mac.mm b/content/common/sandbox_mac.mm
index 59d4871..723a55a 100644
--- a/content/common/sandbox_mac.mm
+++ b/content/common/sandbox_mac.mm
@@ -28,7 +28,7 @@ extern "C" {
#include "content/common/chrome_application_mac.h"
#include "content/common/content_switches.h"
#include "unicode/uchar.h"
-#include "ui/gfx/gl/gl_surface.h"
+#include "ui/gfx/gl/gl_context.h"
namespace {
@@ -252,7 +252,7 @@ void Sandbox::SandboxWarmup(SandboxProcessType sandbox_type) {
{
// Preload either the desktop GL or the osmesa so, depending on the
// --use-gl flag.
- gfx::GLSurface::InitializeOneOff();
+ gfx::GLContext::InitializeOneOff();
}
break;