Index: content/common/gpu/image_transport_surface_mac.cc |
=================================================================== |
--- content/common/gpu/image_transport_surface_mac.cc (revision 174988) |
+++ content/common/gpu/image_transport_surface_mac.cc (working copy) |
@@ -2,8 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#if defined(ENABLE_GPU) |
- |
#include "content/common/gpu/image_transport_surface.h" |
#include "base/mac/scoped_cftyperef.h" |
@@ -442,5 +440,3 @@ |
} |
} // namespace content |
- |
-#endif // defined(USE_GPU) |