| Index: content/shell/browser/shell_web_contents_view_delegate_aura.cc
|
| diff --git a/content/public/gpu/content_gpu_client.cc b/content/shell/browser/shell_web_contents_view_delegate_aura.cc
|
| similarity index 61%
|
| copy from content/public/gpu/content_gpu_client.cc
|
| copy to content/shell/browser/shell_web_contents_view_delegate_aura.cc
|
| index c2a8eacc3c51547a6b99d409e6c43c316feadb6b..c307cddd9bdf931d33caf56f771b6f874c78afdf 100644
|
| --- a/content/public/gpu/content_gpu_client.cc
|
| +++ b/content/shell/browser/shell_web_contents_view_delegate_aura.cc
|
| @@ -2,11 +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"
|
| -
|
| namespace content {
|
| +class WebContents;
|
| +class WebContentsViewDelegate;
|
|
|
| -gpu::SyncPointManager* ContentGpuClient::GetSyncPointManager() {
|
| +WebContentsViewDelegate* CreateShellWebContentsViewDelegate(
|
| + WebContents* web_contents) {
|
| return nullptr;
|
| }
|
|
|
|
|