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 |