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

Unified Diff: src/views/mac/SkNSView.mm

Issue 137793010: Use MACOSX_DEPLOYMENT_TARGET instead of SDKROOT. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix include Created 6 years, 11 months 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
« no previous file with comments | « gyp/common_conditions.gypi ('k') | tools/find_mac_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/views/mac/SkNSView.mm
diff --git a/src/views/mac/SkNSView.mm b/src/views/mac/SkNSView.mm
index 475b08f67dc30131f4ce21c00be7b1936d13e12e..209aecad792d654c2cd67937d19bc053b13ebe69 100644
--- a/src/views/mac/SkNSView.mm
+++ b/src/views/mac/SkNSView.mm
@@ -11,6 +11,7 @@
#include "SkCGUtils.h"
#include "SkEvent.h"
SK_COMPILE_ASSERT(SK_SUPPORT_GPU, not_implemented_for_non_gpu_build);
+#include <OpenGL/gl.h>
//#define FORCE_REDRAW
// Can be dropped when we no longer support 10.6.
« no previous file with comments | « gyp/common_conditions.gypi ('k') | tools/find_mac_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698