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

Unified Diff: content/renderer/pepper/pepper_platform_context_3d.cc

Issue 25666014: Remove the ENABLE_GPU #define and enable_gpu gyp variable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « content/renderer/pepper/pepper_platform_context_3d.h ('k') | tools/gn/secondary/build/config/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_platform_context_3d.cc
diff --git a/content/renderer/pepper/pepper_platform_context_3d.cc b/content/renderer/pepper/pepper_platform_context_3d.cc
index 292478e7aa0c401e6161342e8786fe69441a3911..fab9c005b77e9e6f2f03d36b0545f0d9cc8fb83d 100644
--- a/content/renderer/pepper/pepper_platform_context_3d.cc
+++ b/content/renderer/pepper/pepper_platform_context_3d.cc
@@ -15,8 +15,6 @@
#include "ui/gl/gpu_preference.h"
#include "url/gurl.h"
-#ifdef ENABLE_GPU
-
namespace content {
PlatformContext3D::PlatformContext3D()
@@ -170,5 +168,3 @@ void PlatformContext3D::OnConsoleMessage(const std::string& msg, int id) {
}
} // namespace content
-
-#endif // ENABLE_GPU
« no previous file with comments | « content/renderer/pepper/pepper_platform_context_3d.h ('k') | tools/gn/secondary/build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698