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

Unified Diff: Source/platform/BorderImageLength.h

Issue 55813002: Convert animation and renderer code to know about BorderImageLength (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@length-relative-die-step-1-4
Patch Set: Rebased on top of patch set #2 of https://codereview.chromium.org/55783002/ Created 7 years, 1 month 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/platform/BorderImageLength.h
diff --git a/Source/platform/BorderImageLength.h b/Source/platform/BorderImageLength.h
index 436a36f1f1b97bd40712b309db8090cf51e89f71..790f65f5ed11611069b184f40f98a3b32757f3c5 100644
--- a/Source/platform/BorderImageLength.h
+++ b/Source/platform/BorderImageLength.h
@@ -59,9 +59,6 @@ public:
double number() const { ASSERT(isNumber()); return m_length.value(); }
- // FIXME: Remove when the conversion to LengthOrMultipleOfBorderWidthBox is complete
- Length deprecatedUnifiedLength() const { return m_length; }
-
bool operator==(const BorderImageLength& o) const
{
return m_length == o.m_length;

Powered by Google App Engine
This is Rietveld 408576698