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

Unified Diff: gpu/ipc/service/pass_through_image_transport_surface.cc

Issue 1845563005: Refactor content/common/gpu into gpu/ipc/service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drop ref to deleted content_tests_gypi_values.content_unittests_ozone_sources Created 4 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 | « gpu/ipc/service/pass_through_image_transport_surface.h ('k') | gpu/ipc/service/stream_texture_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/pass_through_image_transport_surface.cc
diff --git a/content/common/gpu/pass_through_image_transport_surface.cc b/gpu/ipc/service/pass_through_image_transport_surface.cc
similarity index 97%
rename from content/common/gpu/pass_through_image_transport_surface.cc
rename to gpu/ipc/service/pass_through_image_transport_surface.cc
index 3d0d1c8a350e1e36bb3e139b2dc688f9b7fdfdce..2fdfb6ca2f552dd83bfc70e1c9db40d8d6562dc2 100644
--- a/content/common/gpu/pass_through_image_transport_surface.cc
+++ b/gpu/ipc/service/pass_through_image_transport_surface.cc
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/gpu/pass_through_image_transport_surface.h"
+#include "gpu/ipc/service/pass_through_image_transport_surface.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/command_line.h"
#include "build/build_config.h"
-#include "content/common/gpu/gpu_command_buffer_stub.h"
+#include "gpu/ipc/service/gpu_command_buffer_stub.h"
#include "ui/gfx/vsync_provider.h"
#include "ui/gl/gl_context.h"
#include "ui/gl/gl_switches.h"
-namespace content {
+namespace gpu {
PassThroughImageTransportSurface::PassThroughImageTransportSurface(
GpuChannelManager* /* manager */,
@@ -172,4 +172,4 @@ void PassThroughImageTransportSurface::FinishSwapBuffersAsync(
callback.Run(result);
}
-} // namespace content
+} // namespace gpu
« no previous file with comments | « gpu/ipc/service/pass_through_image_transport_surface.h ('k') | gpu/ipc/service/stream_texture_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698