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

Unified Diff: third_party/WebKit/Source/core/plugins/PluginView.h

Issue 2733083004: Emit error events if the loading of an object element failed (Closed)
Patch Set: Emit error events if the loading of an object element failed Created 3 years, 8 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/plugins/PluginView.h
diff --git a/third_party/WebKit/Source/core/plugins/PluginView.h b/third_party/WebKit/Source/core/plugins/PluginView.h
index c608f9793d16dad402c997d59dd5c2728a5aa52c..70c49355e72341102a828fce9a451c12ce341078 100644
--- a/third_party/WebKit/Source/core/plugins/PluginView.h
+++ b/third_party/WebKit/Source/core/plugins/PluginView.h
@@ -59,6 +59,7 @@ class CORE_EXPORT PluginView : public FrameOrPlugin {
virtual void HandleEvent(Event*) = 0;
virtual void EventListenersRemoved() = 0;
virtual bool IsPluginContainer() const { return false; }
+ virtual bool IsErrorplaceholder() { return false; }
virtual WebLayer* PlatformLayer() const { return 0; }
virtual v8::Local<v8::Object> ScriptableObject(v8::Isolate*) {
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp ('k') | third_party/WebKit/Source/platform/FrameViewBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698