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

Unified Diff: third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp

Issue 1363023005: Implement FullScreen using top layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp b/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
index cde74055127060bfdae14c9d5a8a6a459bdfa1dc..dc73db009c870c5097514d0baa4087c2f9280021 100644
--- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
@@ -254,7 +254,6 @@ void HTMLPlugInElement::detach(const AttachContext& context)
m_isDelayingLoadEvent = false;
document().decrementLoadEventDelayCount();
}
-
Julien - ping for review 2015/10/01 00:24:40 Empty line removal? Unneeded churn?
dsinclair 2015/10/01 14:50:14 Leftover from debugging. Fixed.
// Only try to persist a plugin widget we actually own.
Widget* plugin = ownedWidget();
if (plugin && context.performingReattach)

Powered by Google App Engine
This is Rietveld 408576698