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

Unified Diff: third_party/WebKit/Source/core/css/CSSPrimitiveValue.h

Issue 2812523002: Support animating <resolution> custom properties (Closed)
Patch Set: Created 3 years, 8 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: third_party/WebKit/Source/core/css/CSSPrimitiveValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h
index a0c694e6b74dd6b92d2a4b438d94f508d3d8dbe2..b7a10170a5090048b8b9d8e31d093ce19749227d 100644
--- a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h
+++ b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h
@@ -233,6 +233,7 @@ class CORE_EXPORT CSSPrimitiveValue : public CSSValue {
double ComputeDegrees() const;
double ComputeSeconds() const;
+ double ComputeDotsPerPixel() const;
// Computes a length in pixels, resolving relative lengths
template <typename T>

Powered by Google App Engine
This is Rietveld 408576698