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

Unified Diff: content/common/gpu/gpu_memory_manager_client.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/common/gpu/gpu_memory_manager_client.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_memory_manager_client.cc
diff --git a/content/common/gpu/gpu_memory_manager_client.cc b/content/common/gpu/gpu_memory_manager_client.cc
index fb3182cc6f3ace49418a91b905e29913342d279a..26fc95c656349f57aa481f56aa6218964cdaca8e 100644
--- a/content/common/gpu/gpu_memory_manager_client.cc
+++ b/content/common/gpu/gpu_memory_manager_client.cc
@@ -4,8 +4,6 @@
#include "content/common/gpu/gpu_memory_manager_client.h"
-#if defined(ENABLE_GPU)
-
#include "content/common/gpu/gpu_memory_manager.h"
namespace content {
@@ -47,5 +45,3 @@ void GpuMemoryManagerClientState::SetManagedMemoryStats(
}
} // namespace content
-
-#endif
« no previous file with comments | « content/common/gpu/gpu_memory_manager_client.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698