| Index: content/public/browser/resource_throttle.cc
|
| diff --git a/content/public/gpu/content_gpu_client.cc b/content/public/browser/resource_throttle.cc
|
| similarity index 61%
|
| copy from content/public/gpu/content_gpu_client.cc
|
| copy to content/public/browser/resource_throttle.cc
|
| index c2a8eacc3c51547a6b99d409e6c43c316feadb6b..88a89a8025de908b015ffceb2dd0b271757b8980 100644
|
| --- a/content/public/gpu/content_gpu_client.cc
|
| +++ b/content/public/browser/resource_throttle.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/public/gpu/content_gpu_client.h"
|
| +#include "content/public/browser/resource_throttle.h"
|
|
|
| namespace content {
|
|
|
| -gpu::SyncPointManager* ContentGpuClient::GetSyncPointManager() {
|
| - return nullptr;
|
| +bool ResourceThrottle::MustProcessResponseBeforeReadingBody() {
|
| + return false;
|
| }
|
|
|
| } // namespace content
|
|
|