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

Unified Diff: third_party/WebKit/Source/platform/FrameViewBase.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/platform/FrameViewBase.h
diff --git a/third_party/WebKit/Source/platform/FrameViewBase.h b/third_party/WebKit/Source/platform/FrameViewBase.h
index ab3d186f8bacf77d4b8fd90908f021f21a8023f8..4da4adbe17eb1a5aa4fafc7abc722874b98a4961 100644
--- a/third_party/WebKit/Source/platform/FrameViewBase.h
+++ b/third_party/WebKit/Source/platform/FrameViewBase.h
@@ -47,6 +47,7 @@ class PLATFORM_EXPORT FrameViewBase : public GarbageCollectedMixin {
virtual bool IsFrameView() const { return false; }
virtual bool IsRemoteFrameView() const { return false; }
+ virtual bool IsErrorplaceholder() { return false; }
virtual void SetParent(FrameViewBase*) = 0;
virtual FrameViewBase* Parent() const = 0;
« no previous file with comments | « third_party/WebKit/Source/core/plugins/PluginView.h ('k') | third_party/WebKit/Source/web/WebPluginContainerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698