Index: content/renderer/browser_plugin/browser_plugin.cc |
diff --git a/content/renderer/browser_plugin/browser_plugin.cc b/content/renderer/browser_plugin/browser_plugin.cc |
index 4c74e352373fd98f1e5e5ec5bf9c66b6758771d6..a778838aa74f10230ca74fc61c1aab3fbdba1dcb 100644 |
--- a/content/renderer/browser_plugin/browser_plugin.cc |
+++ b/content/renderer/browser_plugin/browser_plugin.cc |
@@ -1313,4 +1313,6 @@ bool BrowserPlugin::HandleMouseLockedInputEvent( |
return true; |
} |
+bool BrowserPlugin::shouldPersist() const { return true; } |
+ |
} // namespace content |