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

Side by Side Diff: Source/core/html/HTMLPlugInElement.h

Issue 132333018: Revert of Reland r165710 "Replace RenderFullScreen with top layer" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/html/HTMLDialogElement.cpp ('k') | Source/core/html/HTMLPlugInElement.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
3 * (C) 1999 Antti Koivisto (koivisto@kde.org) 3 * (C) 1999 Antti Koivisto (koivisto@kde.org)
4 * Copyright (C) 2004, 2006, 2007, 2008, 2009, 2012 Apple Inc. All rights reserv ed. 4 * Copyright (C) 2004, 2006, 2007, 2008, 2009, 2012 Apple Inc. All rights reserv ed.
5 * 5 *
6 * This library is free software; you can redistribute it and/or 6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Library General Public 7 * modify it under the terms of the GNU Library General Public
8 * License as published by the Free Software Foundation; either 8 * License as published by the Free Software Foundation; either
9 * version 2 of the License, or (at your option) any later version. 9 * version 2 of the License, or (at your option) any later version.
10 * 10 *
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 bool pluginIsLoadable(const KURL&, const String& mimeType); 126 bool pluginIsLoadable(const KURL&, const String& mimeType);
127 bool wouldLoadAsNetscapePlugin(const String& url, const String& serviceType) ; 127 bool wouldLoadAsNetscapePlugin(const String& url, const String& serviceType) ;
128 128
129 mutable RefPtr<SharedPersistent<v8::Object> > m_pluginWrapper; 129 mutable RefPtr<SharedPersistent<v8::Object> > m_pluginWrapper;
130 NPObject* m_NPObject; 130 NPObject* m_NPObject;
131 bool m_isCapturingMouseEvents; 131 bool m_isCapturingMouseEvents;
132 bool m_inBeforeLoadEventHandler; 132 bool m_inBeforeLoadEventHandler;
133 bool m_needsWidgetUpdate; 133 bool m_needsWidgetUpdate;
134 bool m_shouldPreferPlugInsForImages; 134 bool m_shouldPreferPlugInsForImages;
135 DisplayState m_displayState; 135 DisplayState m_displayState;
136 RefPtr<Widget> m_protectWidgetDuringReattach;
137 }; 136 };
138 137
139 DEFINE_NODE_TYPE_CASTS(HTMLPlugInElement, isPluginElement()); 138 DEFINE_NODE_TYPE_CASTS(HTMLPlugInElement, isPluginElement());
140 139
141 } // namespace WebCore 140 } // namespace WebCore
142 141
143 #endif // HTMLPlugInElement_h 142 #endif // HTMLPlugInElement_h
OLDNEW
« no previous file with comments | « Source/core/html/HTMLDialogElement.cpp ('k') | Source/core/html/HTMLPlugInElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698