| Index: content/public/common/resource_request_body.cc
|
| diff --git a/content/public/gpu/content_gpu_client.cc b/content/public/common/resource_request_body.cc
|
| similarity index 50%
|
| copy from content/public/gpu/content_gpu_client.cc
|
| copy to content/public/common/resource_request_body.cc
|
| index c2a8eacc3c51547a6b99d409e6c43c316feadb6b..e3235fa8c5e9b9a18709cb60a2d31d45996570f6 100644
|
| --- a/content/public/gpu/content_gpu_client.cc
|
| +++ b/content/public/common/resource_request_body.cc
|
| @@ -2,12 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/public/gpu/content_gpu_client.h"
|
| +#include "content/public/common/resource_request_body.h"
|
| +
|
| +#include "content/common/resource_request_body_impl.h"
|
|
|
| namespace content {
|
|
|
| -gpu::SyncPointManager* ContentGpuClient::GetSyncPointManager() {
|
| - return nullptr;
|
| -}
|
| +ResourceRequestBody::ResourceRequestBody() {}
|
| +
|
| +ResourceRequestBody::~ResourceRequestBody() {}
|
|
|
| } // namespace content
|
|
|