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

Unified Diff: content/shell/browser/shell_web_contents_view_delegate_aura.cc

Issue 2132983002: Move content shell context menu to ShellWebContentsViewDelegate in Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed cast_shell_linux compile error Created 4 years, 5 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
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;
}

Powered by Google App Engine
This is Rietveld 408576698