Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / shell / browser / shell_gtk.cc
index e4242cf..f9c8db4 100644 (file)
@@ -257,6 +257,11 @@ void Shell::PlatformResizeSubViews() {
   // Not needed; the subviews are bound.
 }
 
+bool Shell::PlatformHandleContextMenu(
+    const content::ContextMenuParams& params) {
+  return false;
+}
+
 void Shell::Close() {
   if (headless_) {
     delete this;