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

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

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.cc
diff --git a/services/ui/gles2/ozone_gpu_memory_buffer.cc b/services/ui/surfaces/ozone_gpu_memory_buffer.cc
similarity index 98%
rename from services/ui/gles2/ozone_gpu_memory_buffer.cc
rename to services/ui/surfaces/ozone_gpu_memory_buffer.cc
index c3273f255a2d5fe3c4e673c8be24984689a077a8..8b9390e5ecf4563d407c0b9d093ce72cc7a060a8 100644
--- a/services/ui/gles2/ozone_gpu_memory_buffer.cc
+++ b/services/ui/surfaces/ozone_gpu_memory_buffer.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "services/ui/gles2/ozone_gpu_memory_buffer.h"
+#include "services/ui/surfaces/ozone_gpu_memory_buffer.h"
#include "ui/gfx/buffer_format_util.h"
#include "ui/ozone/public/client_native_pixmap.h"

Powered by Google App Engine
This is Rietveld 408576698