From ce7357df6aa2d73c6e74313af767db7b608fe0a5 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Mon, 25 Jun 2012 17:49:25 +0000 Subject: Add header needed to use the SWAP_PER_DRAW debug facility on windows. git-svn-id: http://skia.googlecode.com/svn/trunk@4327 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/gl/GrGpuGL.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp index 5b03500fc3..2662f8e0b5 100644 --- a/src/gpu/gl/GrGpuGL.cpp +++ b/src/gpu/gl/GrGpuGL.cpp @@ -1658,6 +1658,7 @@ GrGLenum gPrimitiveType2GLMode[] = { #if GR_MAC_BUILD #include #elif GR_WIN32_BUILD + #include void SwapBuf() { DWORD procID = GetCurrentProcessId(); HWND hwnd = GetTopWindow(GetDesktopWindow()); -- cgit v1.2.3