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

Unified Diff: Source/WebCore/rendering/RenderFullScreen.h

Issue 8218020: Merge 95371 - Don't detach elements from the render tree when entering fullscreen mode (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 2 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/WebCore/dom/NodeRenderingContext.cpp ('k') | Source/WebCore/rendering/RenderFullScreen.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/rendering/RenderFullScreen.h
===================================================================
--- Source/WebCore/rendering/RenderFullScreen.h (revision 97090)
+++ Source/WebCore/rendering/RenderFullScreen.h (working copy)
@@ -41,8 +41,10 @@
RenderBlock* placeholder() { return m_placeholder; }
void createPlaceholder(PassRefPtr<RenderStyle>, const IntRect& frameRect);
- static PassRefPtr<RenderStyle> createFullScreenStyle();
+ static RenderObject* wrapRenderer(RenderObject* renderer, Document*);
+ void unwrapRenderer();
+
private:
virtual void willBeDestroyed();
« no previous file with comments | « Source/WebCore/dom/NodeRenderingContext.cpp ('k') | Source/WebCore/rendering/RenderFullScreen.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698