| 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>
|
|
|