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

Unified Diff: Source/core/rendering/RenderQuote.h

Issue 679593004: Refactor RenderQuote to not delete renderers on style change. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « LayoutTests/fast/css/first-letter-render-quote.html ('k') | Source/core/rendering/RenderQuote.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderQuote.h
diff --git a/Source/core/rendering/RenderQuote.h b/Source/core/rendering/RenderQuote.h
index a7f2a5b6c28a22816a702337510e5d4c1c083c5f..fda6722103636fcb806d585583137bc3ed7cc591 100644
--- a/Source/core/rendering/RenderQuote.h
+++ b/Source/core/rendering/RenderQuote.h
@@ -53,6 +53,8 @@ private:
void updateDepth();
bool isAttached() { return m_attached; }
+ RenderTextFragment* findFragmentChild() const;
+
QuoteType m_type;
int m_depth;
RawPtrWillBeMember<RenderQuote> m_next;
« no previous file with comments | « LayoutTests/fast/css/first-letter-render-quote.html ('k') | Source/core/rendering/RenderQuote.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698