Commit 2bbece73 authored by jiangj's avatar jiangj Committed by Commit bot

Fix content build with OS X 10.9 SDK

Missing GL_TEXTURE_RECTANGLE_ARB definition if gl.h or glext.h is
not included.

Review URL: https://codereview.chromium.org/511793002

Cr-Commit-Position: refs/heads/master@{#292159}
parent df431f03
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include <CoreVideo/CoreVideo.h> #include <CoreVideo/CoreVideo.h>
#include <OpenGL/CGLIOSurface.h> #include <OpenGL/CGLIOSurface.h>
#include <OpenGL/gl.h>
#include "base/bind.h" #include "base/bind.h"
#include "base/command_line.h" #include "base/command_line.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment