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

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

Issue 521603002: Do not use SubtreeStyleChange for reattachment of plugin renderers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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: Source/core/html/HTMLPlugInElement.h
diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h
index 874ae161618f18cd699f81d874327c7dbe3bbc94..84dd1058e2989f0b16a55c11dc82de0faa908932 100644
--- a/Source/core/html/HTMLPlugInElement.h
+++ b/Source/core/html/HTMLPlugInElement.h
@@ -91,6 +91,8 @@ protected:
void dispatchErrorEvent();
+ void triggerReattachThroughStyleRecalcHack();
+
String m_serviceType;
String m_url;
KURL m_loadedUrl;

Powered by Google App Engine
This is Rietveld 408576698