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

Unified Diff: services/ui/surfaces/ozone_gpu_memory_buffer.h

Issue 2176303002: services/ui: Remove deprecated gpu code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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
Index: services/ui/surfaces/ozone_gpu_memory_buffer.h
diff --git a/services/ui/gles2/ozone_gpu_memory_buffer.h b/services/ui/surfaces/ozone_gpu_memory_buffer.h
similarity index 93%
rename from services/ui/gles2/ozone_gpu_memory_buffer.h
rename to services/ui/surfaces/ozone_gpu_memory_buffer.h
index ce57079e9ee214dece2861e8889659e55c696dc5..ff015d02e5ef6054600e7f7e10886403662bce41 100644
--- a/services/ui/gles2/ozone_gpu_memory_buffer.h
+++ b/services/ui/surfaces/ozone_gpu_memory_buffer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_MUS_GLES2_OZONE_GPU_MEMORY_BUFFER_
-#define COMPONENTS_MUS_GLES2_OZONE_GPU_MEMORY_BUFFER_
+#ifndef SERVICES_UI_SURFACES_OZONE_GPU_MEMORY_BUFFER_H_
+#define SERVICES_UI_SURFACES_OZONE_GPU_MEMORY_BUFFER_H_
#include <memory>
@@ -68,4 +68,4 @@ class OzoneGpuMemoryBuffer : public ui::GpuMemoryBufferImpl {
} // namespace ui
-#endif // COMPONENTS_MUS_GLES2_OZONE_GPU_MEMORY_BUFFER_
+#endif // SERVICES_UI_SURFACES_OZONE_GPU_MEMORY_BUFFER_H_

Powered by Google App Engine
This is Rietveld 408576698