From 16a20c48086fd0616f8b2e2c30386b92f662a819 Mon Sep 17 00:00:00 2001 From: "alokp@chromium.org" Date: Wed, 21 Apr 2010 15:39:15 +0000 Subject: Changed NPAPI include path to be absolute. Since we cannot use ANY npapi header, keeping the include path as absolute is less confusing. Review URL: http://codereview.chromium.org/1722001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45193 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/pgl/pgl.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gpu/pgl/pgl.cc') diff --git a/gpu/pgl/pgl.cc b/gpu/pgl/pgl.cc index cf32e6a..3e42854 100644 --- a/gpu/pgl/pgl.cc +++ b/gpu/pgl/pgl.cc @@ -2,15 +2,15 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include +#include "gpu/pgl/pgl.h" +#include "build/build_config.h" #include "gpu/command_buffer/client/gles2_cmd_helper.h" #include "gpu/command_buffer/client/gles2_implementation.h" #include "gpu/command_buffer/client/gles2_lib.h" #include "gpu/command_buffer/common/constants.h" #include "gpu/command_buffer/common/thread_local.h" #include "gpu/pgl/command_buffer_pepper.h" -#include "gpu/pgl/pgl.h" namespace { const int32 kTransferBufferSize = 512 * 1024; -- cgit v1.1