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

Unified Diff: components/mus/gles2/gpu_memory_tracker.h

Issue 1351013002: Revert of Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « components/mus/gles2/gpu_impl.cc ('k') | components/mus/gles2/gpu_memory_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/gpu_memory_tracker.h
diff --git a/components/mus/gles2/gpu_memory_tracker.h b/components/mus/gles2/gpu_memory_tracker.h
index 91b9b98234057438bb51e8a78e3e33dfb06347d5..94e6422ba3ea9f56677815bc52afefc65a11569b 100644
--- a/components/mus/gles2/gpu_memory_tracker.h
+++ b/components/mus/gles2/gpu_memory_tracker.h
@@ -7,7 +7,7 @@
#include "gpu/command_buffer/service/memory_tracking.h"
-namespace mus {
+namespace gles2 {
// TODO(fsamuel, rjkroege): This is a stub implementation that needs to be
// completed for proper memory tracking.
@@ -15,7 +15,7 @@
public:
GpuMemoryTracker();
- // gpu::MemoryTracker implementation:
+ // gpu::gles2::MemoryTracker implementation:
void TrackMemoryAllocatedChange(
size_t old_size,
size_t new_size,
@@ -30,6 +30,6 @@
DISALLOW_COPY_AND_ASSIGN(GpuMemoryTracker);
};
-} // namespace mus
+} // namespace gles2
#endif // COMPONENTS_MUS_GLES2_GPU_MEMORY_TRACKER_H_
« no previous file with comments | « components/mus/gles2/gpu_impl.cc ('k') | components/mus/gles2/gpu_memory_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698