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

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 2c3e03c2b3f966001e0824a10f5b106e07d86983..ec1c87569909ac891d5b7aa5cbc0b379f869d38c 100644
--- a/third_party/WebKit/Source/platform/FrameViewBase.h
+++ b/third_party/WebKit/Source/platform/FrameViewBase.h
@@ -93,6 +93,7 @@ class PLATFORM_EXPORT FrameViewBase
virtual bool isRemoteFrameView() const { return false; }
virtual bool isPluginView() const { return false; }
virtual bool isPluginContainer() const { return false; }
+ virtual bool isErrorplaceholder() { return false; }
virtual bool isScrollbar() const { return false; }
virtual void setParent(FrameViewBase*);

Powered by Google App Engine
This is Rietveld 408576698