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

Unified Diff: Source/core/html/HTMLPlugInElement.h

Issue 596773002: Re-attach plugin renderers in the standard way. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 3 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
« no previous file with comments | « Source/core/html/HTMLObjectElement.cpp ('k') | Source/core/html/HTMLPlugInElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLPlugInElement.h
diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h
index 1d2e302f4badcf807dea5f1ac3c5765a816b314c..b03a5462abaf9c19f940833026c05d4d37b21eec 100644
--- a/Source/core/html/HTMLPlugInElement.h
+++ b/Source/core/html/HTMLPlugInElement.h
@@ -90,6 +90,7 @@ protected:
bool shouldUsePlugin(const KURL&, const String& mimeType, bool hasFallback, bool& useFallback);
void dispatchErrorEvent();
+ void lazyReattachIfNeeded();
String m_serviceType;
String m_url;
@@ -111,7 +112,6 @@ private:
// Element functions:
virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
- virtual void willRecalcStyle(StyleRecalcChange) OVERRIDE FINAL;
virtual bool supportsFocus() const OVERRIDE FINAL { return true; }
virtual bool rendererIsFocusable() const OVERRIDE FINAL;
virtual bool isKeyboardFocusable() const OVERRIDE FINAL;
« no previous file with comments | « Source/core/html/HTMLObjectElement.cpp ('k') | Source/core/html/HTMLPlugInElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698