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

Unified Diff: Source/core/frame/FrameView.h

Issue 23618022: BrowserPlugin/WebView - Move plugin lifetime to DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments. Created 7 years 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/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 57710a6e8c1068b53c60e5418ded5876f1e418aa..81e04382d88119d329f27cbeee52fddbb9eccc90 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -456,7 +456,6 @@ private:
typedef HashSet<RefPtr<RenderEmbeddedObject> > EmbeddedObjectSet;
EmbeddedObjectSet m_widgetUpdateSet;
-
eseidel 2013/12/24 00:02:04 spurious.
wjmaclean 2013/12/24 00:14:32 Done.
RefPtr<Frame> m_frame;
bool m_doFullRepaint;

Powered by Google App Engine
This is Rietveld 408576698