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

Unified Diff: third_party/WebKit/Source/core/frame/ContextMenuAllowedScope.cpp

Issue 2894043002: Add machinery to show touch editing context menus in OOPIFs. (Closed)
Patch Set: Remove WVI call to WFWI. Created 3 years, 7 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: third_party/WebKit/Source/core/frame/ContextMenuAllowedScope.cpp
diff --git a/third_party/WebKit/Source/web/ContextMenuAllowedScope.cpp b/third_party/WebKit/Source/core/frame/ContextMenuAllowedScope.cpp
similarity index 91%
rename from third_party/WebKit/Source/web/ContextMenuAllowedScope.cpp
rename to third_party/WebKit/Source/core/frame/ContextMenuAllowedScope.cpp
index e64bb498ad9200e07a77cca852cc1f7536aeb1f8..ccee6f7d5f57f648532edc546bac104b3467d246 100644
--- a/third_party/WebKit/Source/web/ContextMenuAllowedScope.cpp
+++ b/third_party/WebKit/Source/core/frame/ContextMenuAllowedScope.cpp
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "web/ContextMenuAllowedScope.h"
+#include "core/frame/ContextMenuAllowedScope.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698