summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLPlugInElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLPlugInElement.h')
-rw-r--r--WebCore/html/HTMLPlugInElement.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/html/HTMLPlugInElement.h b/WebCore/html/HTMLPlugInElement.h
index 5467177..44c6149 100644
--- a/WebCore/html/HTMLPlugInElement.h
+++ b/WebCore/html/HTMLPlugInElement.h
@@ -59,11 +59,15 @@ protected:
virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
virtual void parseMappedAttribute(Attribute*);
+<<<<<<< HEAD
#if PLATFORM(ANDROID)
// in Android, plugin has a focused mode where it accepts all the touch events.
// so need to claim that plugin element supports focus instead of using the default.
virtual bool supportsFocus() const;
#endif
+=======
+ bool m_inBeforeLoadEventHandler;
+>>>>>>> webkit.org at r70209
private:
virtual void defaultEventHandler(Event*);