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

Unified Diff: content/public/gpu/content_gpu_client.cc

Issue 1908223002: Remove content/gpu from content/browser/android/DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owned_sync_point_manager_ 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 | « content/public/gpu/content_gpu_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/gpu/content_gpu_client.cc
diff --git a/content/common/buffer_presented_params_mac.cc b/content/public/gpu/content_gpu_client.cc
similarity index 55%
copy from content/common/buffer_presented_params_mac.cc
copy to content/public/gpu/content_gpu_client.cc
index 795dc08fa4b732a895fa664d83cba604cce26990..c2a8eacc3c51547a6b99d409e6c43c316feadb6b 100644
--- a/content/common/buffer_presented_params_mac.cc
+++ b/content/public/gpu/content_gpu_client.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/buffer_presented_params_mac.h"
+#include "content/public/gpu/content_gpu_client.h"
namespace content {
-BufferPresentedParams::BufferPresentedParams() : surface_id(0) {}
-
-BufferPresentedParams::~BufferPresentedParams() {}
+gpu::SyncPointManager* ContentGpuClient::GetSyncPointManager() {
+ return nullptr;
+}
} // namespace content
« no previous file with comments | « content/public/gpu/content_gpu_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698