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

Unified Diff: gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc

Issue 1078253002: gfx namespace cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/client/gpu_memory_buffer_impl.cc ('k') | gpu/command_buffer/tests/gl_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc
diff --git a/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc b/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc
index 51b364041bd7071a2383d71a0dc5e827e02bd2c3..a308a790d1722c3f7c7917ab5b65bca7babf0821 100644
--- a/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc
+++ b/gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc
@@ -77,7 +77,7 @@ SHADER(
);
// clang-format on
-std::vector<uint8> GetTexturePixel(const gfx::GpuMemoryBuffer::Format format) {
+std::vector<uint8> GetTexturePixel(gfx::GpuMemoryBuffer::Format format) {
std::vector<uint8> pixel;
switch (format) {
case gfx::GpuMemoryBuffer::R_8:
@@ -111,7 +111,7 @@ std::vector<uint8> GetTexturePixel(const gfx::GpuMemoryBuffer::Format format) {
}
std::vector<uint8> GetFramebufferPixel(
- const gfx::GpuMemoryBuffer::Format format) {
+ gfx::GpuMemoryBuffer::Format format) {
std::vector<uint8> pixel;
switch (format) {
case gfx::GpuMemoryBuffer::R_8:
« no previous file with comments | « content/common/gpu/client/gpu_memory_buffer_impl.cc ('k') | gpu/command_buffer/tests/gl_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698