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

Unified Diff: Source/core/html/LinkRelAttribute.h

Issue 1140153006: Remove Navigation Transitions from Blink. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed layout tests. Created 5 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
« no previous file with comments | « Source/core/html/HTMLLinkElement.cpp ('k') | Source/core/html/LinkRelAttribute.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/LinkRelAttribute.h
diff --git a/Source/core/html/LinkRelAttribute.h b/Source/core/html/LinkRelAttribute.h
index 84e87b156795d97a5119a5004044eb9089e57891..7b657eae8a9dfe3a4178c21886f80664e012c6f1 100644
--- a/Source/core/html/LinkRelAttribute.h
+++ b/Source/core/html/LinkRelAttribute.h
@@ -54,7 +54,6 @@ public:
bool isLinkNext() const { return m_isLinkNext; }
bool isImport() const { return m_isImport; }
bool isManifest() const { return m_isManifest; }
- bool isTransitionExitingStylesheet() const { return m_isTransitionExitingStylesheet; }
bool isDefaultPresentation() const { return m_isDefaultPresentation; }
private:
@@ -70,7 +69,6 @@ private:
bool m_isLinkNext : 1;
bool m_isImport : 1;
bool m_isManifest : 1;
- bool m_isTransitionExitingStylesheet : 1;
bool m_isDefaultPresentation : 1;
};
« no previous file with comments | « Source/core/html/HTMLLinkElement.cpp ('k') | Source/core/html/LinkRelAttribute.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698