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

Unified Diff: Source/core/editing/EditingStyle.h

Issue 281383006: Navigation transitions: Added createStyledMarkupForNavigationTransition (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Missing NULL check Created 6 years, 7 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: Source/core/editing/EditingStyle.h
diff --git a/Source/core/editing/EditingStyle.h b/Source/core/editing/EditingStyle.h
index a97f1dfea482f73540843be9dcfb83f1436aff2d..b9e0f65d11827d1f5d9e09e716f4e1bfc9ef29ff 100644
--- a/Source/core/editing/EditingStyle.h
+++ b/Source/core/editing/EditingStyle.h
@@ -132,6 +132,7 @@ public:
void mergeStyleFromRulesForSerialization(Element*);
void removeStyleFromRulesAndContext(Element*, Node* context);
void removePropertiesInElementDefaultStyle(Element*);
+ void addAbsolutePositioningFromElement(const Element&);
void forceInline();
int legacyFontSize(Document*) const;

Powered by Google App Engine
This is Rietveld 408576698